mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
20 lines
606 B
Ruby
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
|