Files
homebrew-cask/Casks/s/starsector.rb
Amory Meltzer 2de9241e26 starsector: update url
URL changed on the website
2023-11-26 08:00:22 -05:00

20 lines
606 B
Ruby

cask "starsector" do
version "0.96a-RC10"
sha256 "1c31651c3bc62c5fbf3dbc0619659588ab620278e9fa2107d8cbfba12d2ae810"
url "https://f005.backblazeb2.com/file/fractalsoftworks/release/starsector_mac-#{version}.zip",
verified: "f005.backblazeb2.com/file/fractalsoftworks/"
name "Starsector"
desc "Open-world single-player space combat and trading RPG"
homepage "https://fractalsoftworks.com/"
livecheck do
url "https://fractalsoftworks.com/preorder/"
regex(/href=.*?starsector_mac[._-]v?(\d+(?:\.\d+)+[\w._-]+)\.zip/i)
end
app "Starsector.app"
# No zap stanza required
end