cask "sqlpro-for-sqlite" do version "2023.10" sha256 "85e330918a82ad8c7a0b3af82e1cb62006c2c0e88c611530472c9e1d04b70764" url "https://d3fwkemdw8spx3.cloudfront.net/sqlite/SQLProSQLite.#{version}.app.zip", verified: "d3fwkemdw8spx3.cloudfront.net/sqlite/" name "SQLPro for SQLite" desc "Advanced sqlite editor" homepage "https://www.sqlitepro.com/" livecheck do url "https://www.sqlitepro.com/download.php" strategy :header_match end app "SQLPro for SQLite.app" zap trash: [ "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.hankinsoft.osx.sqliteprofessional.sfl*", "~/Library/Containers/com.hankinsoft.osx.sqliteprofessional", ] end