homebrew-cask/Casks/postgres.rb

12 lines
374 B
Ruby
Raw Normal View History

2014-11-14 01:26:41 +08:00
cask :v1 => 'postgres' do
2015-01-18 10:33:10 +08:00
version '9.4.0.1'
sha256 '4e4b6b194925bd6eab0eeb2c2f4ae595f77d08dd63827883127fa1f9f1225678'
2015-01-18 10:33:10 +08:00
# github.com is the official download host per the vendor homepage
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