Merge pull request #2482 from guttertec/postgres-app

Add Cask for Postgres.app version 9.3.1.0-alpha1
This commit is contained in:
Roland Walker 2014-01-18 16:09:24 -08:00
commit ac4f12c11e
1 changed files with 7 additions and 0 deletions

7
Casks/postgres-app.rb Normal file
View File

@ -0,0 +1,7 @@
class PostgresApp < Cask
url 'https://github.com/PostgresApp/PostgresApp/releases/download/9.3.1.0-alpha1/Postgres93.zip'
homepage 'http://postgresapp.com/'
version '9.3.1.0-alpha1'
sha1 'fa2c504fd791564484995226dd339b5b9eaa2519'
link 'Postgres93.app'
end