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.1/osx/pgadmin3-1.18.1.dmg'
|
|
homepage 'http://pgadmin.org'
|
|
version '1.18.1'
|
|
sha1 'b05c374bb3821847db5a2bd1ce32e98794d119c8'
|
|
link 'pgAdmin3.app'
|
|
end
|