File tree Expand file tree Collapse file tree 4 files changed +14
-10
lines changed Expand file tree Collapse file tree 4 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ class Hfsutils < Formula
66 sha256 "bc9d22d6d252b920ec9cdf18e00b7655a6189b3f34f42e58d5bb152957289840"
77 license "GPL-2.0-or-later"
88
9+ livecheck do
10+ url "ftp://ftp.mars.org/pub/hfs/"
11+ regex ( /hfsutils[._-]v?(\d +(?:\. \d +)+)\. t/i )
12+ strategy :page_match
13+ end
14+
915 no_autobump! because : :requires_manual_review
1016
1117 bottle do
Original file line number Diff line number Diff line change 11class IconNamingUtils < Formula
22 desc "Script to handle icon names in desktop icon themes"
3- homepage "https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec- latest.html "
3+ homepage "https://specifications.freedesktop.org/icon-naming/ latest/ "
44 # Upstream seem to have enabled by default SSL/TLS across whole domain which
55 # is problematic when the cert is for www rather than a wildcard or similar.
66 # url "http://tango.freedesktop.org/releases/icon-naming-utils-0.8.90.tar.gz"
77 url "https://deb.debian.org/debian/pool/main/i/icon-naming-utils/icon-naming-utils_0.8.90.orig.tar.gz"
88 sha256 "044ab2199ed8c6a55ce36fd4fcd8b8021a5e21f5bab028c0a7cdcf52a5902e1c"
99 license "GPL-2.0-or-later"
1010
11+ livecheck do
12+ url :homepage
13+ regex ( /Version\s +v?(\d +(?:\. \d +)+)/i )
14+ end
15+
1116 no_autobump! because : :requires_manual_review
1217
1318 bottle do
Original file line number Diff line number Diff line change @@ -6,11 +6,6 @@ class Mikutter < Formula
66 license "MIT"
77 head "git://mikutter.hachune.net/mikutter.git" , branch : "master"
88
9- livecheck do
10- url "https://mikutter.hachune.net/download"
11- regex ( /href=.*?mikutter.?v?(\d +(?:\. \d +)+)\. t/i )
12- end
13-
149 no_autobump! because : :requires_manual_review
1510
1611 bottle do
Original file line number Diff line number Diff line change @@ -19,11 +19,9 @@ class Rpm < Formula
1919 end
2020 end
2121
22- # Upstream uses a 90+ patch to indicate prerelease versions (e.g., the
23- # tarball for "RPM 4.19 ALPHA" is `rpm-4.18.90.tar.bz2`).
2422 livecheck do
25- url "https://rpm.org/download.html "
26- regex ( /href=.*?rpm[._-] v?(\d +\. \d + (?:\. (?: \d |[1-8] \d +)(?: \. \d +)*)) \. t /i )
23+ url "https://rpm.org/releases/ "
24+ regex ( /RPM \s + v?(\d +(?:\. \d +)+) /i )
2725 end
2826
2927 no_autobump! because : :requires_manual_review
You can’t perform that action at this time.
0 commit comments