homebrew-cask/Casks/sqlectron.rb

25 lines
798 B
Ruby
Raw Normal View History

cask 'sqlectron' do
2017-02-13 05:22:11 +08:00
version '1.20.2'
sha256 '90303d151090c22d45d33277adbebbda801fa0fd50bee3f0a1b2040a1a40e978'
2016-02-11 06:26:08 +08:00
# github.com/sqlectron/sqlectron-gui was verified as official when first introduced to the cask
url "https://github.com/sqlectron/sqlectron-gui/releases/download/v#{version}/Sqlectron-#{version}-mac.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/sqlectron/sqlectron-gui/releases.atom',
2017-05-20 05:11:07 +08:00
checkpoint: '0cf8fbbc1100a25d3b8077310322b75e0da67a917277c7cb94ad8657856897ca'
name 'Sqlectron'
homepage 'https://sqlectron.github.io/'
depends_on macos: '>= :mountain_lion'
app 'Sqlectron.app'
postflight do
suppress_move_to_applications
end
zap delete: [
'~/.sqlectron.json',
'~/Library/Application Support/Sqlectron',
]
end