Skip to content

Commit

Permalink
Bumped PostgreSQL to 9.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
Sharpie authored and adamv committed Jan 2, 2011
1 parent 082429f commit ca284fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/postgresql.rb
Expand Up @@ -3,8 +3,8 @@

class Postgresql <Formula
homepage 'http://www.postgresql.org/'
url 'http://ftp9.us.postgresql.org/pub/mirrors/postgresql/source/v9.0.1/postgresql-9.0.1.tar.bz2'
md5 '57ba57e43cfe29e16dacbf5789be98d1'
url 'http://ftp9.us.postgresql.org/pub/mirrors/postgresql/source/v9.0.2/postgresql-9.0.2.tar.bz2'
md5 'fc79ef32b602f75f2ccd37647bc008e9'

depends_on 'readline'
depends_on 'libxml2' if MACOS_VERSION < 10.6 # Leopard libxml is too old
Expand Down

0 comments on commit ca284fb

Please sign in to comment.