homebrew-cask/Casks/postgres.rb

14 lines
461 B
Ruby
Raw Normal View History

2014-11-14 01:26:41 +08:00
cask :v1 => 'postgres' do
2015-03-22 02:06:16 +08:00
version '9.4.1.0'
sha256 'd07dd72ea4bdf92bb2b5abb62a57b1017dfb36435f3371cb1e1011deb36cba05'
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-03-15 19:54:19 +08:00
appcast 'https://github.com/PostgresApp/PostgresApp/releases.atom'
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