Merge pull request #198803 from Homebrew/bump-wizcli-0.69.0
[Homebrew/homebrew-cask.git] / Casks / v / volta.rb
blobeec5b8db8bfb64828cd2e579d56288c5e254e0e5
1 cask "volta" do
2   arch arm: "-arm64"
4   version "1.18.1"
5   sha256 arm:   "2f48cfa27f76b12bbbcac348cc817708c7db7279a2610b6a9991a83a461e99e1",
6          intel: "334052571718e70426abcf4c291846765ace90b69c01f8c19938def8c68459db"
8   url "https://volta-build.s3.fr-par.scw.cloud/Volta-#{version}#{arch}.dmg",
9       verified: "volta-build.s3.fr-par.scw.cloud/"
10   name "Volta"
11   desc "GitHub issues and notifications"
12   homepage "https://volta.net/"
14   livecheck do
15     url "https://s3.fr-par.scw.cloud/volta-build/latest-mac.yml"
16     strategy :electron_builder
17   end
19   depends_on macos: ">= :high_sierra"
21   app "Volta.app"
23   uninstall quit: "com.volta.net"
25   zap trash: [
26     "~/Library/Application Support/volta-app",
27     "~/Library/Caches/com.volta.net",
28     "~/Library/Caches/com.volta.net.ShipIt",
29     "~/Library/Preferences/com.volta.net.plist",
30     "~/Library/Saved Application State/com.volta.net.savedState",
31   ]
32 end