excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / a / augur.rb
blob136347d2feba4d50a6eb023ffd2dc0ba0756d6a7
1 cask "augur" do
2   version "1.16.11"
3   sha256 "127a57ed9e3e0b2bd0451f0b097d5998f3e59acb7c4b9d424166f460a1776411"
5   url "https://github.com/AugurProject/augur-app/releases/download/v#{version}/mac-Augur-#{version}.dmg"
6   name "Augur"
7   desc "App that bundles Augur UI and Augur Node together and deploys them locally"
8   homepage "https://github.com/AugurProject/augur-app/"
10   app "augur.app"
12   zap trash: [
13     "~/Library/Application Support/augur",
14     "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/net.augur.augur.sfl*",
15     "~/Library/Logs/augur",
16     "~/Library/Preferences/net.augur.augur.plist",
17     "~/Library/Saved Application State/net.augur.augur.savedState",
18   ]
20   caveats do
21     requires_rosetta
22   end
23 end