Files
homebrew-cask/Casks/s/sqlpro-for-sqlite.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

23 lines
744 B
Ruby

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