PostreSQL 8.4.3

This commit is contained in:
Adam Vandenberg 2010-04-04 11:09:09 -07:00
parent 5bd1dcc801
commit 281b0e6b9f

View file

@ -2,9 +2,9 @@ require 'formula'
require 'hardware'
class Postgresql <Formula
@homepage='http://www.postgresql.org/'
@url='http://ftp2.uk.postgresql.org/sites/ftp.postgresql.org/source/v8.4.2/postgresql-8.4.2.tar.bz2'
@md5='d738227e2f1f742d2f2d4ab56496c5c6'
homepage 'http://www.postgresql.org/'
url 'http://ftp2.uk.postgresql.org/sites/ftp.postgresql.org/source/v8.4.3/postgresql-8.4.3.tar.bz2'
md5 '7f70e7b140fb190f268837255582b07e'
depends_on 'readline'
depends_on 'libxml2' if MACOS_VERSION < 10.6 #system libxml is too old
@ -85,7 +85,6 @@ EOS
caveats << <<-EOS
If you want to install the postgres gem, including ARCHFLAGS is recommended:
env ARCHFLAGS="-arch x86_64" gem install postgres
To install gems without sudo, see the Homebrew wiki.