excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / s / shattered-pixel-dungeon.rb
blob0214015471065081d9739f72427f10eda6cf82a3
1 cask "shattered-pixel-dungeon" do
2   version "2.5.4"
3   sha256 "874add16cfce8e8bd09dbe12a81bdaa8daf6ce728dfd06e77cf111792c3478ad"
5   url "https://github.com/00-Evan/shattered-pixel-dungeon/releases/download/v#{version}/ShatteredPD-v#{version}-macOS.zip",
6       verified: "github.com/00-Evan/shattered-pixel-dungeon/"
7   name "Shattered Pixel Dungeon"
8   desc "Traditional roguelike dungeon crawler with randomised levels, enemies and items"
9   homepage "https://shatteredpixel.com/shatteredpd"
11   livecheck do
12     url :url
13     strategy :github_latest
14   end
16   auto_updates true
18   app "Shattered Pixel Dungeon.app"
20   zap trash: [
21     "~/Library/Application Support/Shattered Pixel Dungeon",
22     "~/Library/Saved Application State/com.shatteredpixel.shatteredpixeldungeon.apple.savedState",
23   ]
25   caveats do
26     requires_rosetta
27   end
28 end