homebrew-cask/Casks/sqlpro-for-sqlite.rb

17 lines
690 B
Ruby

cask 'sqlpro-for-sqlite' do
version '1.0.456'
sha256 'd1726bea2d18c74ea855f54c49f71c8e241324afbe7ca05b9575903557257fc7'
# d3fwkemdw8spx3.cloudfront.net/sqlite was verified as official when first introduced to the cask
url "https://d3fwkemdw8spx3.cloudfront.net/sqlite/SQLProSQLite.#{version}.app.zip"
name 'SQLPro for SQLite'
homepage 'https://www.sqlitepro.com/'
app 'SQLPro for SQLite.app'
zap trash: [
'~/Library/Containers/com.hankinsoft.osx.sqliteprofessional',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.hankinsoft.osx.sqliteprofessional.sfl*',
]
end