Merge pull request #160605 from samford/livecheck/use-url-url

Update some livecheck blocks to use :url
This commit is contained in:
Patrick Linnane
2023-11-20 12:15:24 -08:00
committed by GitHub
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ cask "cellprofiler" do
homepage "https://cellprofiler.org/"
livecheck do
url "https://github.com/CellProfiler/CellProfiler"
url :url
strategy :github_latest
end
+1 -1
View File
@@ -9,7 +9,7 @@ cask "dhs" do
homepage "https://objective-see.com/products/dhs.html"
livecheck do
url "https://github.com/objective-see/DylibHijackScanner"
url :url
strategy :github_latest
end
+1 -1
View File
@@ -9,7 +9,7 @@ cask "openrefine" do
homepage "https://openrefine.org/"
livecheck do
url "https://github.com/OpenRefine/OpenRefine"
url :url
strategy :github_latest
end
+1 -1
View File
@@ -12,7 +12,7 @@ cask "universal-gcode-platform" do
homepage "https://winder.github.io/ugs_website/"
livecheck do
url "https://github.com/winder/Universal-G-Code-Sender"
url :url
strategy :github_latest
end