homebrew-cask/Casks/sqlitestudio.rb

17 lines
510 B
Ruby

cask 'sqlitestudio' do
version '3.1.1'
sha256 'eb678313e35ee85adc12b71a75bbdedaf86ab96b7fdeb2d360289c5d5491cb35'
url "http://sqlitestudio.pl/files/sqlitestudio3/complete/macosx/sqlitestudio-#{version}.dmg"
appcast 'http://sqlitestudio.pl/rss.rvt'
name 'SQLiteStudio'
homepage 'https://sqlitestudio.pl/'
app 'SQLiteStudio.app'
zap trash: [
'~/.config/sqlitestudio',
'~/Library/Saved Application State/com.yourcompany.SQLiteStudio.savedState',
]
end