mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
7 lines
291 B
Ruby
7 lines
291 B
Ruby
class Postgres < Cask
|
|
url 'https://github.com/PostgresApp/PostgresApp/releases/download/9.3.2.0-RC2/Postgres-9.3.2.0-RC2.zip'
|
|
homepage 'http://postgresapp.com/'
|
|
version '9.3.2.0-RC2'
|
|
sha256 '4b9c2f9d41ac8a1a2cd4519ec42bb60b95b7641bad919d391b2f5c55bd70615e'
|
|
link 'Postgres.app'
|
|
end
|