homebrew-cask/Casks/postgres.rb

11 lines
301 B
Ruby
Raw Normal View History

class Postgres < Cask
2014-10-29 02:44:23 +08:00
version '9.3.5.2'
sha256 '8b7ddc0e721960fa0f50903d5f7d47a29de308d981e93ee3af0664547e3f322d'
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