Update photo-supreme-postgresql to 3 (#26428)

This commit is contained in:
Miccal Matthews 2016-11-05 07:50:25 +08:00 committed by Vítor Galvão
parent 462029a11a
commit 440c68582c
1 changed files with 3 additions and 3 deletions

View File

@ -1,15 +1,15 @@
cask 'photo-supreme-postgresql' do
version '3'
sha256 :no_check # required as upstream package is updated in place
sha256 'dfb3dbaba71f834f56fcab55650ea972e2714a400f2aa9d7a371d5f30e153c72'
url 'http://www.idimager.com/Trial/PhotoSupremePostgreSQL_V3.pkg'
url "http://www.idimager.com/Trial/PhotoSupremePostgreSQL_V#{version}.pkg"
name 'Photo Supreme with PostreSQL'
homepage 'http://www.idimager.com/WP/?page_id=20'
depends_on macos: '>= 10.7'
depends_on formula: 'postgresql'
pkg 'PhotoSupremePostgreSQL_V3.pkg'
pkg "PhotoSupremePostgreSQL_V#{version}.pkg"
uninstall pkgutil: 'com.idimager.idimagersu'
end