homebrew-cask-versions/Casks/sqlprosqlite.rb
Maurice Kelly b2a161a367 Update SQLPro for SQLite (v1.0.46b)
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.
2015-05-17 17:33:02 +01:00

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