aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgresql.rb
diff options
context:
space:
mode:
authorKeith Marcum2011-12-04 13:15:37 -0600
committerAdam Vandenberg2011-12-04 11:57:29 -0800
commit4ef8fb03ad621bd69f20e734fb656fdfeb525072 (patch)
tree1c7f02b86a87170a2d36ac9166439152c2714faf /Library/Formula/postgresql.rb
parent84296eecf65ebbbf055f9755de4cbaf2037d22ef (diff)
downloadhomebrew-4ef8fb03ad621bd69f20e734fb656fdfeb525072.tar.bz2
Postgres changed their ftp urls
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/postgresql.rb')
-rw-r--r--Library/Formula/postgresql.rb2
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'