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

17 lines
716 B
Ruby

cask 'sqlpro-for-postgres' do
version '1.0.302'
sha256 'da9c723cb9212b6077b8965b9d66a90b877dc32117649695a427cf6edc17fac1'
# d3fwkemdw8spx3.cloudfront.net/postgres was verified as official when first introduced to the cask
url "https://d3fwkemdw8spx3.cloudfront.net/postgres/SQLProPostgres.#{version}.app.zip"
name 'SQLPro for Postgres'
homepage 'https://www.macpostgresclient.com/SQLProPostgres'
app 'SQLPro for Postgres.app'
zap trash: [
'~/Library/Containers/com.hankinsoft.osx.sqlpropostgres',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.hankinsoft.osx.sqlpropostgres.sfl*',
]
end