Skip to content

Commit 61bef04

Browse files
authored
Merge pull request Homebrew#163218 from BrewTestBot/bump-gmic-3.3.4
gmic: update livecheck
2 parents 00fa0c3 + ba4a3fa commit 61bef04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/g/gmic.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ class Gmic < Formula
77
head "https://github.com/GreycLab/gmic.git", branch: "master"
88

99
livecheck do
10-
url "https://gmic.eu/files/source/"
11-
regex(/href=.*?gmic[._-]v?(\d+(?:\.\d+)+)\.t/i)
10+
url "https://gmic.eu/download.html"
11+
regex(/Latest\s+stable:.*?href=.*?gmic[._-]v?(\d+(?:\.\d+)+)\.t/im)
1212
end
1313

1414
bottle do

0 commit comments

Comments
 (0)