excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / a / arctype.rb
blob7ce22e05b0289f5c80b8aedcc3a0232136daf0c3
1 cask "arctype" do
2   version "1.0.1"
3   sha256 "0888a89ab8580e17d9caa39e76a508c234f5264aef31433c71e42cc814cd7f6e"
5   url "https://arctype-downloads.s3-us-west-2.amazonaws.com/updates/Arctype-#{version}.dmg",
6       verified: "arctype-downloads.s3-us-west-2.amazonaws.com/updates/"
7   name "Arctype"
8   desc "SQL client and database management tool"
9   homepage "https://arctype.com/"
11   livecheck do
12     url "https://arctype-downloads.s3.amazonaws.com/updates/latest-mac.yml"
13     strategy :electron_builder
14   end
16   auto_updates true
17   depends_on macos: ">= :high_sierra"
19   app "Arctype.app"
21   zap trash: [
22     "~/Library/Application Support/Arctype",
23     "~/Library/Logs/Arctype",
24     "~/Library/Preferences/com.arctype.sql.plist",
25     "~/Library/Saved Application State/com.arctype.sql.savedState",
26   ]
27 end