homebrew-cask/Casks/postgres.rb

13 lines
392 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 '38120bbeceb60d761c7fefb18d4cadee36049585238881f12e08f984d2674c8a'
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"
2015-01-30 03:33:36 +08:00
name 'Postgres'
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