mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
7 lines
268 B
Ruby
7 lines
268 B
Ruby
class PostgresApp < 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'
|
|
sha1 'c0087f0fc86ffcf1b5cecc72f7c7486024fa2ab9'
|
|
link 'Postgres.app'
|
|
end
|