homebrew-cask/Casks/pgadmin3.rb

14 lines
422 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
2013-11-06 08:20:52 +08:00
version '1.18.1'
sha256 '6fe924168c7a8ee9224527fcafc3e612de60c011a27dc44b8293401ff346627d'
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",
:key_id => '96020e041a19643b'
homepage 'http://pgadmin.org'
2014-10-01 23:33:36 +08:00
license :unknown
2014-09-16 00:06:07 +08:00
app 'pgAdmin3.app'
end