homebrew-cask/Casks/postgres.rb

14 lines
557 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'postgres' do
2016-10-01 22:54:45 +08:00
version '9.6.0'
sha256 '5f3c00c67e40bf6c201e7aff6209946d4f14791bf1ac1e2ff0ca2e5a987640b3'
2016-03-09 05:02:03 +08:00
# github.com/PostgresApp/PostgresApp was verified as official when first introduced to the cask
url "https://github.com/PostgresApp/PostgresApp/releases/download/#{version}/Postgres-#{version}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/PostgresApp/PostgresApp/releases.atom',
2016-10-01 22:54:45 +08:00
checkpoint: 'f917159368356ab5e54e22dfa7f13c728d1846fe2e5e3cdd8f21fb5c749681cf'
2015-01-30 03:33:36 +08:00
name 'Postgres'
2016-08-31 15:21:16 +08:00
homepage 'https://postgresapp.com/'
2014-09-16 00:06:09 +08:00
app 'Postgres.app'
end