homebrew-cask/Casks/sqlectron.rb

21 lines
737 B
Ruby
Raw Normal View History

cask 'sqlectron' do
2017-11-26 21:57:48 +08:00
version '1.28.0'
sha256 'b21cc0642797fd1aa708352ba8961e41606c4b25738e6fbecffdfa8c19cf24e2'
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-11-26 21:57:48 +08:00
checkpoint: '871a62b58ff8e58d0c4fedbafad3c19d411028b290455285531dd9aa4720c46f'
name 'Sqlectron'
homepage 'https://sqlectron.github.io/'
depends_on macos: '>= :mountain_lion'
app 'Sqlectron.app'
2017-06-21 09:47:44 +08:00
zap trash: [
'~/.sqlectron.json',
'~/Library/Application Support/Sqlectron',
]
end