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
236 B
7 lines
236 B
class Pgadmin3 < Cask
|
|
url 'http://ftp.postgresql.org/pub/pgadmin3/release/v1.16.1/osx/pgadmin3-1.16.1.dmg'
|
|
homepage 'http://pgadmin.org'
|
|
version '1.16.1'
|
|
sha1 '634e39c9e3971bf8a6565dd85e0a98918c2506ad'
|
|
link 'pgAdmin3.app'
|
|
end
|
|
|