Files
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
728 B
Ruby

cask "sqlpro-studio" do
version "2023.35"
sha256 "dde6ba8d24c85e9ba00d6a4547e961bc547ba661f39f24be5356e51371759be4"
url "https://d3fwkemdw8spx3.cloudfront.net/studio/SQLProStudio.#{version}.app.zip",
verified: "d3fwkemdw8spx3.cloudfront.net/studio/"
name "SQLPro Studio"
desc "Database management tool"
homepage "https://www.sqlprostudio.com/"
livecheck do
url "https://www.sqlprostudio.com/download.php"
strategy :header_match
end
app "SQLPro Studio.app"
zap trash: [
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.hankinsoft.osx.sqlprostudio.sfl*",
"~/Library/Containers/com.hankinsoft.osx.sqlprostudio",
]
end