aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgresql.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/postgresql.rb')
-rw-r--r--Library/Formula/postgresql.rb7
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.