mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
7 lines
236 B
Ruby
7 lines
236 B
Ruby
class Pgadmin3 < Cask
|
|
url 'http://ftp.postgresql.org/pub/pgadmin3/release/v1.18.0/osx/pgadmin3-1.18.0.dmg'
|
|
homepage 'http://pgadmin.org'
|
|
version '1.18.0'
|
|
sha1 '6161e63dbed424078fef337ab1bfc2f1db9b6375'
|
|
link 'pgAdmin3.app'
|
|
end
|