File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments