diff options
| author | Adam Vandenberg | 2010-04-04 11:09:09 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-04-04 11:09:37 -0700 |
| commit | 98f1b64f60de6c9718d6bbd450b1d63849c28d13 (patch) | |
| tree | 120549056f9fc56f5c51c7d0be49a6dcb98f2502 /Library/Formula/postgresql.rb | |
| parent | b35e033f0d0ebefaf5939d704c0f12fcc326c3f2 (diff) | |
| download | homebrew-98f1b64f60de6c9718d6bbd450b1d63849c28d13.tar.bz2 | |
PostreSQL 8.4.3
Diffstat (limited to 'Library/Formula/postgresql.rb')
| -rw-r--r-- | Library/Formula/postgresql.rb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index cee035260..3bbbeaed3 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -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. |
