aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgresql.rb
diff options
context:
space:
mode:
authorMax Howell2009-11-09 22:22:55 +0000
committerMax Howell2009-11-09 22:22:55 +0000
commit9b2ef7c015671660887b0feadb16961943cc05fc (patch)
treed6b6302eca274fda9b6665adc2d71918d502617a /Library/Formula/postgresql.rb
parent709dcb900ad7de4f5502e5ac5e3efc1d8aad8a85 (diff)
downloadhomebrew-9b2ef7c015671660887b0feadb16961943cc05fc.tar.bz2
Really use a working mirror this time
This one is what MacPorts use so I'm guessing it works for real.
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 41acf605d..6f1ca9a6e 100644
--- a/Library/Formula/postgresql.rb
+++ b/Library/Formula/postgresql.rb
@@ -2,7 +2,7 @@ require 'formula'
class Postgresql <Formula
@homepage='http://www.postgresql.org/'
- @url='http://wwwmaster.postgresql.org/download/mirrors-ftp/source/v8.4.1/postgresql-8.4.1.tar.bz2'
+ @url='http://ftp3.de.postgresql.org/pub/Mirrors/ftp.postgresql.org/source/v8.4.1/postgresql-8.4.1.tar.bz2'
@md5='f2015af17bacbbfe140daf0d1067f9c9'
depends_on 'readline'