cask "sqlpro-for-postgres" do version "2025.06" sha256 "f9082998ba9f41f67e8a8ddedea64c254158f10dcf87e9814c1023bfdb22f2c3" url "https://d3fwkemdw8spx3.cloudfront.net/postgres/SQLProPostgres.#{version}.app.zip", verified: "d3fwkemdw8spx3.cloudfront.net/postgres/" name "SQLPro for Postgres" desc "Lightweight PostgreSQL database client" homepage "https://www.macpostgresclient.com/SQLProPostgres" livecheck do url "https://www.macpostgresclient.com/download.php" strategy :header_match end no_autobump! because: :requires_manual_review depends_on macos: ">= :high_sierra" app "SQLPro for Postgres.app" zap trash: [ "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.hankinsoft.osx.sqlpropostgres.sfl*", "~/Library/Containers/com.hankinsoft.osx.sqlpropostgres", ] end