mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
orbstack: Switch from beta to stable redirect URL
Since September 2023, OrbStack has had separate Stable and Canary update channels. The beta URL is kept for compatibility purposes but should no longer be used.
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ cask "orbstack" do
|
||||
homepage "https://orbstack.dev/"
|
||||
|
||||
livecheck do
|
||||
url "https://orbstack.dev/download/beta/latest/#{arch}"
|
||||
url "https://orbstack.dev/download/stable/latest/#{arch}"
|
||||
regex(/OrbStack[._-]v?(\d+(?:[._-]\d+)+)[._-]#{arch}\.dmg/i)
|
||||
strategy :header_match
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user