mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-06-30 06:12:15 -06:00
This product has been renamed so this commit includes a cask rename from `sqlite-professional` to `sqlprosqlite`. I would welcome some feedback on this: the `generate_cask_token` script suggests the token above based on the `.app` but the app names itself as "SQLPro for SQLite" in the menubar. Note that I tried to handle this as a `git mv` but the changes to the cask contents cause it to appear as discrete delete and add operations.
11 lines
321 B
Ruby
11 lines
321 B
Ruby
cask :v1 => 'sqlprosqlite' do
|
|
version '1.0.46b'
|
|
sha256 '9078913e28eab8b6de1804cff6a6d86e737daa3e7c20912e669bc38192162060'
|
|
|
|
url "https://www.sqlitepro.com/downloads/SQLProSQLite.#{version}.app.zip"
|
|
name 'SQLPro for SQLite'
|
|
homepage 'https://www.sqlitepro.com'
|
|
license :commercial
|
|
|
|
app 'SQLProSQLite.app'
|
|
end
|