diff options
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 |
