diff options
| author | Jay Levitt | 2011-12-09 17:35:55 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2011-12-10 13:38:04 -0800 |
| commit | 94995df0f936674a11274e9d4f9257051ce8867f (patch) | |
| tree | 7c7e253a95166ffae67b8d1348411a90a27bc4ce /Library/Formula/postgresql.rb | |
| parent | ba917c0fed4639137af0cdb4add4ae2a1e9b58ba (diff) | |
| download | homebrew-94995df0f936674a11274e9d4f9257051ce8867f.tar.bz2 | |
PostgreSQL 9.1.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/postgresql.rb')
| -rw-r--r-- | Library/Formula/postgresql.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index a96c9f6fc..66b5e2538 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -3,8 +3,8 @@ require 'hardware' class Postgresql < Formula homepage 'http://www.postgresql.org/' - url 'http://ftp.postgresql.org/pub/source/v9.1.1/postgresql-9.1.1.tar.bz2' - md5 '061a9f17323117c9358ed60f33ecff78' + url 'http://ftp.postgresql.org/pub/source/v9.1.2/postgresql-9.1.2.tar.bz2' + md5 '7dbff52221954c46595313eb7f92c3e0' depends_on 'readline' depends_on 'libxml2' if MacOS.leopard? # Leopard libxml is too old |
