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-07-20 19:21:50 +08:00
version '9.4.4.1'
sha256 '16647ae93735005ba0d386229b4cec1bc0dd9cb5f487a886c9e71e6153b5df1a'
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