excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / s / starsector.rb
blob233e24f079d433533eb79ce8e15e5954a0fc6359
1 cask "starsector" do
2   version "0.97a-RC11"
3   sha256 "17bf9d82a4673564f6bc29be7e8db03b81bad840175bf0d4b14c1148fc4628bd"
5   url "https://f005.backblazeb2.com/file/fractalsoftworks/release/starsector_mac-#{version}.zip",
6       verified: "f005.backblazeb2.com/file/fractalsoftworks/"
7   name "Starsector"
8   desc "Open-world single-player space combat and trading RPG"
9   homepage "https://fractalsoftworks.com/"
11   livecheck do
12     url "https://fractalsoftworks.com/preorder/"
13     regex(/href=.*?starsector_mac[._-]v?(\d+(?:\.\d+)+[\w._-]+)\.zip/i)
14   end
16   app "Starsector.app"
18   # No zap stanza required
19 end