homebrew-cask-versions/Casks/postgres.rb
Marius Butuc d91b64ad76 Update Postgres.app to v9.3.4.2
from version 9.3.4.1
2014-07-22 23:11:01 +02:00

9 lines
287 B
Ruby

class Postgres < Cask
version '9.3.4.2'
sha256 '8a7d67aaea2546df7639416453b929c2ec0092393f00e5e0bbbcf20458ea39a1'
url "https://github.com/PostgresApp/PostgresApp/releases/download/#{version}/Postgres-#{version}.zip"
homepage 'http://postgresapp.com/'
link 'Postgres.app'
end