mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
262 B
Ruby
7 lines
262 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'
|
|
sha256 '6fe924168c7a8ee9224527fcafc3e612de60c011a27dc44b8293401ff346627d'
|
|
link 'pgAdmin3.app'
|
|
end
|