Skip to content

Commit 35614bf

Browse files
authored
Merge pull request #255824 from Homebrew/livecheck-various-3
various: update livecheck and homepage
2 parents 15fd084 + bddd4e2 commit 35614bf

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

Formula/h/hfsutils.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Formula/i/icon-naming-utils.rb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
class 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

Formula/m/mikutter.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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

Formula/r/rpm.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)