Add Beekeeper-Studio v1.2.0 (#82105)

* Add Beekeeper-Studio 1.2.0

* Fix indentation with brew cask style --fix
This commit is contained in:
Clement DAL PALU 2020-05-07 23:50:44 +02:00 committed by GitHub
parent 9a4bc878cf
commit 73e8f903b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
Casks/beekeeper-studio.rb Normal file
View File

@ -0,0 +1,24 @@
cask 'beekeeper-studio' do
version '1.2.0'
sha256 '43dd9b9a6952e152335dc695d44881f9a4488d5f7d7fade4e7d6e3c55d892e6d'
# 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