Commit graph

13 commits

Author SHA1 Message Date
ndr
25ad3bda97 Reformat postgres.rb according to readability conventions 2014-06-27 02:01:36 +02:00
thmzlt
4dbdeb2e44 Fix url for Postgress 2014-04-17 09:23:18 -03:00
Bhagya Nirmaan Silva
f2c608c9de Updated postgres.rb to support 9.3.4.1 & fixes heartbleed 2014-04-16 13:52:08 +02:00
Alexey
0230ea3ed6 updated postgres app to 9.3.3.0 2014-03-09 02:10:26 +07:00
Roland Walker
0613471d45 rename postgres-app.rb
to postgres.rb
per naming rules in CONTRIBUTING.md
2014-02-28 07:27:53 -05:00
Fernando Paredes
afd7fe1cb6 Delete Postgres
App not inside Applications folder
To avoid linking issues with bundled libraries, this app must be located exactly at the following path: /Applications/Postgres93.app

Closes #1722
2013-11-19 18:35:15 -08:00
Don Okuda
e9f20df136 Update link for postgres.app
The filename for postgres.app changed to postgres93.app
2013-11-12 20:23:58 -08:00
Alex Bukin
04e990f6e1 remove :app argument from Postgres cask 2013-05-29 18:44:41 -07:00
Alex Bukin
4da8e697b7 link Postgres.app 2013-05-21 15:16:59 -07:00
Paul Hinze
e702a69b28 so long content_length
closes #131
2013-03-13 13:13:37 -05:00
phinze
0d1f831b79 Add checksum support to Casks.
`md5`, `sha1`, `sha256` all take a hexdigest string, e.g:
sha1 'f645e9da45a621415a07a7492c45923b1a1fd4d4'

`no_checksum` takes no argument, and indicates there is no checksum
for this cask. This is *not recommended*, and should only be used for
casks that have no versioned downloads.

`brew cask install` will complain if there is no sum provided (unless
`no_checksum` has been invoked), or if the sums do not match. It will
provide the computed checksum so the cask can be easily amended.

Adapted from @passcod's work in 82cc199ae6bbb1e98950e71a0573ab48e6a641ee
2012-12-17 17:04:22 -07:00
phinze
95672686e3 fill in content_length for all casks 2012-11-18 23:13:43 -06:00
Jonathan Roes
7dd6a5f128 Add the wonderful Postgres app. 2012-10-08 09:56:46 -04:00