Skip to content

Commit 723355d

Browse files
authored
Merge pull request #239359 from Homebrew/id3tool
id3tool: disable
2 parents 1623c61 + 8599af3 commit 723355d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Formula/i/id3tool.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ class Id3tool < Formula
1010
regex(/href=.*?id3tool[._-]v?(\d+(?:\.\d+)+[a-z]?)\.t/i)
1111
end
1212

13-
no_autobump! because: :requires_manual_review
14-
1513
bottle do
1614
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c0c5fde02924517f49e33c33f18430726f0b613bb013fa73d0eb035a6d34755f"
1715
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e67faa6f3ae68053ff10e5e16e3dfad49dd3f67a578114109a143c6131c44391"
@@ -31,6 +29,9 @@ class Id3tool < Formula
3129
sha256 cellar: :any_skip_relocation, x86_64_linux: "bbe4dde2f28fb22ebd981fa3faa4db03f327a43531c102a6a47a463e0f329d6b"
3230
end
3331

32+
# `nekohako.xware.cx` is not accessible
33+
disable! date: "2025-09-12", because: :unmaintained
34+
3435
def install
3536
system "./configure", "--disable-debug",
3637
"--disable-dependency-tracking",

0 commit comments

Comments
 (0)