homebrew-cask/Casks/postgres.rb

11 lines
301 B
Ruby
Raw Normal View History

class Postgres < Cask
version '9.3.4.2'
sha256 '8a7d67aaea2546df7639416453b929c2ec0092393f00e5e0bbbcf20458ea39a1'
url "https://github.com/PostgresApp/PostgresApp/releases/download/#{version}/Postgres-#{version}.zip"
homepage 'http://postgresapp.com/'
2014-10-01 23:33:39 +08:00
license :oss
2014-09-16 00:06:09 +08:00
app 'Postgres.app'
end