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