excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / s / sqlpro-for-postgres.rb
blob6858c0b4eb25554b07169b7b62be8a6d53d357b4
1 cask "sqlpro-for-postgres" do
2   version "2024.21"
3   sha256 "93ebee3997fe8b93c7485025508bd1ab3c576f4b194373325382ec1072c94f25"
5   url "https://d3fwkemdw8spx3.cloudfront.net/postgres/SQLProPostgres.#{version}.app.zip",
6       verified: "d3fwkemdw8spx3.cloudfront.net/postgres/"
7   name "SQLPro for Postgres"
8   desc "Lightweight PostgreSQL database client"
9   homepage "https://www.macpostgresclient.com/SQLProPostgres"
11   livecheck do
12     url "https://www.macpostgresclient.com/download.php"
13     strategy :header_match
14   end
16   app "SQLPro for Postgres.app"
18   zap trash: [
19     "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.hankinsoft.osx.sqlpropostgres.sfl*",
20     "~/Library/Containers/com.hankinsoft.osx.sqlpropostgres",
21   ]
22 end