Skip to content

Commit 76c5794

Browse files
authored
Merge pull request #249929 from Homebrew/cd-discid-disable
cd-discid: deprecate
2 parents 1469457 + ee88ead commit 76c5794

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

Formula/c/cd-discid.rb

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ class CdDiscid < Formula
1818
end
1919
end
2020

21-
livecheck do
22-
url :homepage
23-
regex(/href=.*?cd-discid[._-]v?(\d+(?:\.\d+)+)\.t/i)
24-
end
25-
26-
no_autobump! because: :requires_manual_review
27-
2821
bottle do
2922
sha256 cellar: :any_skip_relocation, arm64_tahoe: "6296e37d4a08d066d58baffa8ea53abf75c592f126ffcee9418ef293a9528a8e"
3023
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9956c0cddca69b3a816e8bc553c0455adac71f67ee30041a9065ac7c4384c219"
@@ -41,6 +34,9 @@ class CdDiscid < Formula
4134
sha256 cellar: :any_skip_relocation, x86_64_linux: "c6e37cc61545d58bebb66ffffada804ca5e39e47e503684c7ed84cfa856dbb14"
4235
end
4336

37+
# Last commit was 9 years ago, upstream site is gone
38+
deprecate! date: "2025-10-16", because: :unmaintained
39+
4440
def install
4541
system "make", "CC=#{ENV.cc}"
4642
bin.install "cd-discid"

0 commit comments

Comments
 (0)