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

17 lines
719 B
Ruby
Raw Normal View History

2016-06-05 10:31:33 +08:00
cask 'sqlpro-for-postgres' do
version '1.0.110'
sha256 'dc5e7e8d234e8beabc153949043b98b5b9fc0705a701aa2726c01747a604dd81'
2016-06-05 10:31:33 +08:00
# d3fwkemdw8spx3.cloudfront.net/postgres was verified as official when first introduced to the cask
url "https://d3fwkemdw8spx3.cloudfront.net/postgres/SQLProPostgres.#{version}.app.zip"
2016-06-05 10:31:33 +08:00
name 'SQLPro for Postgres'
homepage 'https://www.macpostgresclient.com/SQLProPostgres'
2016-06-05 10:31:33 +08:00
app 'SQLPro for Postgres.app'
zap delete: [
'~/Library/Containers/com.hankinsoft.osx.sqlpropostgres',
2016-06-05 10:31:33 +08:00
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.hankinsoft.osx.sqlpropostgres.sfl',
]
end