Skip to content

Commit

Permalink
Merge pull request #196126 from Homebrew/update-livecheck
Browse files Browse the repository at this point in the history
various: replace livecheck url with symbol
  • Loading branch information
p-linnane authored Dec 22, 2024
2 parents 39274ac + 2a94dd0 commit c7ae305
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Casks/b/bome-network.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
homepage "https://www.bome.com/products/bomenet"

livecheck do
url "https://www.bome.com/products/bomenet#downloads"
url :homepage
regex(%r{href=.*?/BomeNet(\d+(?:\.\d+)+)[._-]macOS\.dmg}i)
end

Expand Down
2 changes: 1 addition & 1 deletion Casks/e/electrum.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
homepage "https://electrum.org/"

livecheck do
url "https://electrum.org/#download"
url :homepage
regex(/href=.*?electrum[._-]v?(\d+(?:\.\d+)+)\.dmg/i)
end

Expand Down
2 changes: 1 addition & 1 deletion Casks/font/font-j/font-jetbrains-mono.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
homepage "https://www.jetbrains.com/lp/mono"

livecheck do
url "https://github.com/JetBrains/JetBrainsMono"
url :url
strategy :gitHub_latest
end

Expand Down
2 changes: 1 addition & 1 deletion Casks/g/gitblade.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
homepage "https://gitblade.com/"

livecheck do
url "https://gitblade.com/#download"
url :homepage
regex(%r{href=.*?/gitblade[._-]v?(\d+(?:\.\d+)*)[._-]darwin[._-]x64\.dmg}i)
end

Expand Down
2 changes: 1 addition & 1 deletion Casks/h/heimdall-suite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
homepage "https://glassechidna.com.au/heimdall/"

livecheck do
url "https://glassechidna.com.au/heimdall/#downloads"
url :homepage
regex(%r{href=.*?/heimdall[._-]suite[._-]v?(\d+(?:\.\d+)+)[._-]mac\.dmg}i)
end

Expand Down
2 changes: 1 addition & 1 deletion Casks/s/spline.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
homepage "https://spline.design/"

livecheck do
url "https://spline.design/#download"
url :homepage
regex(/Spline[._-]v?(\d+(?:\.\d+)+)[._-]#{arch}[._-]mac\.zip/i)
end

Expand Down

0 comments on commit c7ae305

Please # to comment.