excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / h / hey.rb
blobd78d712a5db21c81d13976f73cc5f7d86bcdf437
1 cask "hey" do
2   arch arm: "-arm64"
4   version "1.2.15"
5   sha256 arm:   "0724b10ebdd0d16b61f20876a4e524cc0d34a4bc257da92a75b685c0f75e5ef2",
6          intel: "5bbf4cc4503bb42f1b6c1290c6e300385f8033cc978fa53d06436a852a3e8e37"
8   url "https://hey-desktop.s3.amazonaws.com/HEY-#{version}#{arch}-mac.zip",
9       verified: "hey-desktop.s3.amazonaws.com/"
10   name "HEY"
11   desc "Access the HEY email service"
12   homepage "https://hey.com/"
14   livecheck do
15     url "https://hey-desktop.s3.amazonaws.com/latest-mac.yml"
16     strategy :electron_builder
17   end
19   auto_updates true
21   app "HEY.app"
23   zap trash: [
24     "~/Library/Application Support/HEY",
25     "~/Library/Preferences/com.hey.app.desktop.plist",
26   ]
27 end