You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
233 B
7 lines
233 B
class Pgadmin3 < Cask
|
|
url 'http://ftp.postgresql.org/pub/pgadmin3/release/v1.8.4/osx/pgadmin3-1.8.4.dmg'
|
|
homepage 'http://pgadmin.org'
|
|
version '1.8.4'
|
|
sha1 '6f916c133d4456b9f777b8ad0368b0f986cf7272'
|
|
link 'pgAdmin3.app'
|
|
end
|
|
|