Browse Source

Merge pull request #29 from jroes/add-postgres

Add the wonderful Postgres app.
Paul Hinze 13 years ago
parent
commit
a064488c6b
  1. 5
      Casks/postgres.rb

5
Casks/postgres.rb

@ -0,0 +1,5 @@
class Postgres < Cask
url 'http://postgresapp.com/download'
homepage 'http://www.postgresapp.com/'
version 'latest'
end
Loading…
Cancel
Save