Updates for SQLPro products (#21741)

* Updates for SQLPro product casks.
* The downloads now use the latest versions.
* An older sqlprosqlite has been updated to use the proper naming convention
This commit is contained in:
Kyle 2016-06-06 14:30:03 -03:00 committed by Aditya Dalal
parent 31ff0e3197
commit 3b4bf98afc
6 changed files with 73 additions and 16 deletions

17
Casks/sqlpro-for-mssql.rb Normal file
View File

@ -0,0 +1,17 @@
cask 'sqlpro-for-mssql' do
version '1.0.73'
sha256 'a7737293009e0d458359ed53340d125f0aadf16122b020879b624e7312c18811'
# d3fwkemdw8spx3.cloudfront.net/mssql was verified as official when first introduced to the cask
url "https://d3fwkemdw8spx3.cloudfront.net/mssql/SQLProMSSQL.#{version}.app.zip"
name 'SQLPro for MSSQL'
homepage 'http://www.macsqlclient.com'
license :commercial
app 'SQLPro for MSSQL.app'
zap delete: [
'~/Library/Containers/com.hankinsoft.osx.tinysqlstudio',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.hankinsoft.osx.tinysqlstudio.sfl',
]
end

17
Casks/sqlpro-for-mysql.rb Normal file
View File

@ -0,0 +1,17 @@
cask 'sqlpro-for-mysql' do
version '1.0.20'
sha256 '078d78fad1d998b808f927715939bf343a13c4088c9c2ec6244ae33b62522186'
# d3fwkemdw8spx3.cloudfront.net/mysql was verified as official when first introduced to the cask
url "https://d3fwkemdw8spx3.cloudfront.net/mysql/SQLProMySQL.#{version}.app.zip"
name 'SQLPro for MySQL'
homepage 'http://www.mysqlui.com'
license :commercial
app 'SQLPro for MySQL.app'
zap delete: [
'~/Library/Containers/com.hankinsoft.osx.mysql',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.hankinsoft.osx.mysql.sfl',
]
end

View File

@ -1,9 +1,9 @@
cask 'sqlpro-for-postgres' do
version '43'
sha256 'ef510f2a7f69d0071872e9942f5f3cb967dadf1840e6ef978b38e8db3b019daf'
version '1.0.46'
sha256 '82678470860af87a5a29d5319491ed3da6db3fad065ab87b4e62933422ecd44e'
# d3fwkemdw8spx3.cloudfront.net was verified as official when first introduced to the cask
url "https://d3fwkemdw8spx3.cloudfront.net/postgres/SQLProPostgres#{version}.app.zip"
# d3fwkemdw8spx3.cloudfront.net/postgres was verified as official when first introduced to the cask
url "https://d3fwkemdw8spx3.cloudfront.net/postgres/SQLProPostgres.#{version}.app.zip"
name 'SQLPro for Postgres'
homepage 'http://www.macpostgresclient.com/SQLProPostgres'
license :commercial
@ -11,7 +11,7 @@ cask 'sqlpro-for-postgres' do
app 'SQLPro for Postgres.app'
zap delete: [
'~/Library/Containers/com.hankinsoft.osx.SQLProPostgres',
'~/Library/Containers/com.hankinsoft.osx.sqlpropostgres',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.hankinsoft.osx.sqlpropostgres.sfl',
]
end

View File

@ -0,0 +1,17 @@
cask 'sqlpro-for-sqlite' do
version '1.0.88'
sha256 'b2b3e54ee9e6254f8b14b9054d21b717ea351c80c2aac80de1d6a95ee7b0f27b'
# d3fwkemdw8spx3.cloudfront.net/sqlite was verified as official when first introduced to the cask
url "https://d3fwkemdw8spx3.cloudfront.net/sqlite/SQLProSQLite.#{version}.app.zip"
name 'SQLPro for SQLite'
homepage 'https://www.sqlitepro.com'
license :commercial
app 'SQLPro for SQLite.app'
zap delete: [
'~/Library/Containers/com.hankinsoft.osx.sqliteprofessional',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.hankinsoft.osx.sqliteprofessional.sfl',
]
end

17
Casks/sqlpro-studio.rb Normal file
View File

@ -0,0 +1,17 @@
cask 'sqlpro-studio' do
version '1.0.27'
sha256 '1663cfd9f7034c5fd00282978dc692c6ff96c7d7bb17017a1dd762202873dab9'
# d3fwkemdw8spx3.cloudfront.net/studio was verified as official when first introduced to the cask
url "https://d3fwkemdw8spx3.cloudfront.net/studio/SQLProStudio.#{version}.app.zip"
name 'SQLPro Studio'
homepage 'http://www.sqlprostudio.com'
license :commercial
app 'SQLPro Studio.app'
zap delete: [
'~/Library/Containers/com.hankinsoft.osx.sqlprostudio',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.hankinsoft.osx.sqlprostudio.sfl',
]
end

View File

@ -1,11 +0,0 @@
cask 'sqlprosqlite' do
version '1.0.49c'
sha256 '7166b9c5ddff7a9b3ec07397767d3c68ba239b1db3706f95f9059ae2ba98f21b'
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