homebrew-cask/Casks/pgadmin3.rb

15 lines
459 B
Ruby
Raw Normal View History

2014-11-14 01:26:38 +08:00
cask :v1 => 'pgadmin3' do
# note: "3" is not a version number, but indicates a different vendor
2014-12-20 06:38:49 +08:00
version '1.20.0'
sha256 '0712106cca16240db9962214384874c108fe8397d0c418a79dfb3639f8f140da'
2014-09-26 20:09:06 +08:00
url "http://ftp.postgresql.org/pub/pgadmin3/release/v#{version}/osx/pgadmin3-#{version}.dmg"
2014-09-16 13:43:35 +08:00
gpg "#{url}.sig",
2014-12-20 23:21:27 +08:00
:key_id => 'e0c4ceeb826b1fda4fb468e024adfaaf698f1519'
2014-12-20 23:21:39 +08:00
name 'pgAdmin'
homepage 'http://pgadmin.org'
2014-12-20 23:21:39 +08:00
license :oss
2014-09-16 00:06:07 +08:00
app 'pgAdmin3.app'
end