excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / w / whale.rb
blob27513d672a6966aca0337a36e303c7337598f6a5
1 cask "whale" do
2   version "2.4.0"
3   sha256 "63857d17bf6d44c65215d729870737a17153f33c01605dc093626b7185731b02"
5   url "https://github.com/1000ch/whale/releases/download/v#{version}/Whale-#{version}.dmg"
6   name "Whale"
7   desc "Unofficial Trello app"
8   homepage "https://github.com/1000ch/whale"
10   app "Whale.app"
12   zap trash: [
13     "~/Library/Application Support/Whale",
14     "~/Library/Caches/net.1000ch.whale",
15     "~/Library/Caches/net.1000ch.whale.ShipIt",
16     "~/Library/Preferences/net.1000ch.whale.helper.plist",
17     "~/Library/Preferences/net.1000ch.whale.plist",
18     "~/Library/Saved Application State/net.1000ch.whale.savedState",
19   ]
21   caveats do
22     requires_rosetta
23   end
24 end