mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
orka3: update livecheck
This commit is contained in:
+2
-2
@@ -13,8 +13,8 @@ cask "orka3" do
|
||||
|
||||
livecheck do
|
||||
url "https://cli-builds-public.s3.eu-west-1.amazonaws.com/official/latest.json"
|
||||
strategy :page_match do |page|
|
||||
JSON.parse(page)["version"]
|
||||
strategy :json do |json|
|
||||
json["version"]
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user