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

18 lines
833 B
Ruby

cask "sqlpro-for-postgres" do
version "2020.59"
sha256 "f1671e6d492b19662d97c5f6edae051f44337e9ce62a45b4f064dea621d3b717"
# d3fwkemdw8spx3.cloudfront.net/postgres/ was verified as official when first introduced to the cask
url "https://d3fwkemdw8spx3.cloudfront.net/postgres/SQLProPostgres.#{version}.app.zip"
appcast "https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?user_agent=Macintosh&url=https://www.macpostgresclient.com/download.php"
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