aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgresql.rb
diff options
context:
space:
mode:
authorMisty De Meo2011-12-12 09:10:52 -0600
committerMisty De Meo2011-12-12 09:10:52 -0600
commitd29184867bfd829b0ce84d7b533caf545c6e3f6e (patch)
tree3e49bed3dafdfb7369545b905328e048c469a911 /Library/Formula/postgresql.rb
parent101a1679256f002b9deef5bfe1278e80e8484d7a (diff)
parentfbd51c114613c8b8b65039c37545dd9bf008f06c (diff)
downloadhomebrew-d29184867bfd829b0ce84d7b533caf545c6e3f6e.tar.bz2
Merge branch 'master' of git://github.com/mxcl/homebrew
Diffstat (limited to 'Library/Formula/postgresql.rb')
-rw-r--r--Library/Formula/postgresql.rb4
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