diff options
| author | Aku Kotkavuo | 2010-09-19 18:03:41 +0300 |
|---|---|---|
| committer | Adam Vandenberg | 2010-09-19 11:22:56 -0700 |
| commit | 7dc7ccef9e1ab7d2fc351d7935c96a0e0b031552 (patch) | |
| tree | c108c3ae7b93db0437fb39674e13402201aa080c /Library | |
| parent | be9b9bb30d143326377b272b2c0c541caa7905b8 (diff) | |
| download | homebrew-7dc7ccef9e1ab7d2fc351d7935c96a0e0b031552.tar.bz2 | |
Update PostgreSQL to 9.0.0.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/postgresql.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index 4fd2d5ad7..896db5368 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://ftp2.uk.postgresql.org/sites/ftp.postgresql.org/source/v8.4.4/postgresql-8.4.4.tar.bz2' - md5 '4bf2448ad965bca3940df648c02194df' + url 'http://ftp9.us.postgresql.org/pub/mirrors/postgresql/source/v9.0.0/postgresql-9.0.0.tar.bz2' + md5 '14c2122cc322e69ab2ab702ed7714bbe' depends_on 'readline' depends_on 'libxml2' if MACOS_VERSION < 10.6 # Leopard libxml is too old @@ -88,7 +88,7 @@ class Postgresql <Formula To build plpython against a specific Python, set PYTHON prior to brewing: PYTHON=/usr/local/bin/python brew install postgresql See: - http://www.postgresql.org/docs/8.4/static/install-procedure.html + http://www.postgresql.org/docs/9.0/static/install-procedure.html If this is your first install, create a database with: |
