diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/postgresql.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index 6f28653b2..a96c9f6fc 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -3,7 +3,7 @@ require 'hardware' class Postgresql < Formula homepage 'http://www.postgresql.org/' - url 'http://ftp9.us.postgresql.org/pub/mirrors/postgresql/source/v9.1.1/postgresql-9.1.1.tar.bz2' + url 'http://ftp.postgresql.org/pub/source/v9.1.1/postgresql-9.1.1.tar.bz2' md5 '061a9f17323117c9358ed60f33ecff78' depends_on 'readline' |
