Skip to content

Commit

Permalink
libwandevent: deprecate
Browse files Browse the repository at this point in the history
Upstream is gone
0 downloads in the last 30 days
  • Loading branch information
iMichka committed May 15, 2023
1 parent 1a9e208 commit 55c63ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Formula/libwandevent.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Libwandevent < Formula
desc "API for developing event-driven programs"
homepage "https://research.wand.net.nz/software/libwandevent.php"
url "https://research.wand.net.nz/software/libwandevent/libwandevent-3.0.2.tar.gz"
homepage "https://web.archive.org/web/20220615162419/https://research.wand.net.nz/software/libwandevent.php"
url "https://web.archive.org/web/20220126151045/https://research.wand.net.nz/software/libwandevent/libwandevent-3.0.2.tar.gz"
sha256 "48fa09918ff94f6249519118af735352e2119dc4f9b736c861ef35d59466644a"
license "GPL-2.0"

Expand All @@ -23,6 +23,8 @@ class Libwandevent < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "aa30ff4a09850d6c0611845c6a36c981a8648d1fb47afe428d09f28fa7dfa36f"
end

deprecate! date: "2023-05-09", because: :repo_removed

# Fix -flat_namespace being used on Big Sur and later.
patch do
url "https://github.com/raw/Homebrew/formula-patches/03cf8088210822aa2c1ab544ed58ea04c897d9c4/libtool/configure-pre-0.4.2.418-big_sur.diff"
Expand Down

0 comments on commit 55c63ca

Please sign in to comment.