diff options
| author | Max Howell | 2009-10-29 19:47:57 +0000 |
|---|---|---|
| committer | Max Howell | 2009-11-07 18:22:33 +0000 |
| commit | 3401ed5d1c7ec60d031470ab358e4eecee45d8f0 (patch) | |
| tree | c18cbd59908ca55ed2f49bab7b4f6f8cedd70dbe /Library/Formula/postgresql.rb | |
| parent | f0eb54781930a30d693bbf26a1dac844681a2922 (diff) | |
| download | homebrew-3401ed5d1c7ec60d031470ab358e4eecee45d8f0.tar.bz2 | |
Use a working mirror
The URL that was being used stopped working.
Diffstat (limited to 'Library/Formula/postgresql.rb')
| -rw-r--r-- | Library/Formula/postgresql.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index 474bb1a97..b46b9ae35 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -2,9 +2,9 @@ require 'formula' class Postgresql <Formula @homepage='http://www.postgresql.org/' - @url='http://wwwmaster.postgresql.org/redir/198/h/source/v8.4.0/postgresql-8.4.0.tar.bz2' + @url='http://wwwmaster.postgresql.org/download/mirrors-ftp/source/v8.4.1/postgresql-8.4.1.tar.bz2' @md5='1f172d5f60326e972837f58fa5acd130' - + depends_on 'readline' def install |
