homebrew-cask/Casks/beekeeper-studio.rb

25 lines
1.0 KiB
Ruby

cask "beekeeper-studio" do
version "1.6.11"
sha256 "62056cac7a76c34739b17b26b512c92e51909dfc232fa3fdfe647eef5f2373a0"
# github.com/beekeeper-studio/beekeeper-studio/ was verified as official when first introduced to the cask
url "https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v#{version}/Beekeeper-Studio-#{version}.dmg"
appcast "https://github.com/beekeeper-studio/beekeeper-studio/releases.atom"
name "Beekeeper Studio"
homepage "https://www.beekeeperstudio.io/"
auto_updates true
app "Beekeeper Studio.app"
zap trash: [
"~/Library/Application Support/Caches/beekeeper-studio-updater",
"~/Library/Application Support/beekeeper-studio",
"~/Library/Caches/io.beekeeperstudio.desktop",
"~/Library/Caches/io.beekeeperstudio.desktop.ShipIt",
"~/Library/Preferences/ByHost/io.beekeeperstudio.desktop.ShipIt.*.plist",
"~/Library/Preferences/io.beekeeperstudio.desktop.plist",
"~/Library/Saved Application State/io.beekeeperstudio.desktop.savedState",
]
end