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

17 lines
719 B
Ruby

cask 'sqlpro-for-postgres' do
version '1.0.100'
sha256 '7293a3984f1a51029f28aa89cbf91bf338855a3a05ee5b6af0a19f51bf0a88dc'
# 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 delete: [
'~/Library/Containers/com.hankinsoft.osx.sqlpropostgres',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.hankinsoft.osx.sqlpropostgres.sfl',
]
end