homebrew-cask/Casks/pgadmin3.rb

11 lines
343 B
Ruby

class Pgadmin3 < Cask
# note: "3" is not a version number, but indicates a different vendor
version '1.18.1'
sha256 '6fe924168c7a8ee9224527fcafc3e612de60c011a27dc44b8293401ff346627d'
url "http://ftp.postgresql.org/pub/pgadmin3/release/v#{version}/osx/pgadmin3-#{version}.dmg"
homepage 'http://pgadmin.org'
app 'pgAdmin3.app'
end