homebrew-cask/Casks/beekeeper-studio.rb

33 lines
1.1 KiB
Ruby

cask "beekeeper-studio" do
arch arm: "-arm64"
version "3.8.9"
sha256 arm: "4cab297c8bc8c02d8b0d86a99375e7490a23258b1fbb3345a1677124c3cf15cc",
intel: "fdf268c03aec9e61e0f812190d4a56a71c85f16067e7ce68ed331545c296fa2d"
url "https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v#{version}/Beekeeper-Studio-#{version}#{arch}.dmg",
verified: "github.com/beekeeper-studio/beekeeper-studio/"
name "Beekeeper Studio"
desc "Cross platform SQL editor and database management app"
homepage "https://www.beekeeperstudio.io/"
livecheck do
url :url
strategy :github_latest
end
auto_updates true
app "Beekeeper Studio.app"
zap trash: [
"~/Library/Application Support/beekeeper-studio",
"~/Library/Application Support/Caches/beekeeper-studio-updater",
"~/Library/Caches/io.beekeeperstudio.desktop.ShipIt",
"~/Library/Caches/io.beekeeperstudio.desktop",
"~/Library/Preferences/ByHost/io.beekeeperstudio.desktop.ShipIt.*.plist",
"~/Library/Preferences/io.beekeeperstudio.desktop.plist",
"~/Library/Saved Application State/io.beekeeperstudio.desktop.savedState",
]
end