Skip to content

Commit ee565b5

Browse files
authored
Merge pull request #196601 from Homebrew/libprelude-deprecate
libprelude: deprecate
2 parents c1f74cb + b98d8c6 commit ee565b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Formula/lib/libprelude.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ class Libprelude < Formula
66
license "GPL-2.0-or-later"
77
revision 2
88

9-
livecheck do
10-
url "https://www.prelude-siem.org/projects/prelude/files"
11-
regex(/href=.*?libprelude[._-]v?(\d+(?:\.\d+)+)\.t/i)
12-
end
13-
149
bottle do
1510
rebuild 2
1611
sha256 arm64_sequoia: "85b094bb36c75510e7cae400478972591a03082b8164e7b183fd0b014fffcec2"
@@ -23,6 +18,11 @@ class Libprelude < Formula
2318
sha256 x86_64_linux: "52bd631b4ad679cd32f6f8c46d6e3471d800af3e32d4672009bb05733935766d"
2419
end
2520

21+
# As of the deprecation date, the upstream site is down and Repology
22+
# shows libprelude has been dropped by Fedora, Gentoo and pkgsrc.
23+
# Last release on 2020-09-11
24+
deprecate! date: "2024-11-04", because: :unmaintained
25+
2626
depends_on "pkg-config" => :build
2727
depends_on "[email protected]" => [:build, :test]
2828
depends_on "gnutls"

0 commit comments

Comments
 (0)