mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #160605 from samford/livecheck/use-url-url
Update some livecheck blocks to use :url
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user