diff options
| author | Mike Arthur | 2009-11-12 14:09:19 +0100 |
|---|---|---|
| committer | Max Howell | 2009-12-05 15:09:31 +0000 |
| commit | c2dd245ee04ca662a6ba2752e2bf4b0c39c1068c (patch) | |
| tree | 4a99783f7b2be1fb48b575a19154b495c560a0d2 /Library/Formula/id3lib.rb | |
| parent | e7eeb4cb9709a15eddce362cccbe712130418ae2 (diff) | |
| download | homebrew-c2dd245ee04ca662a6ba2752e2bf4b0c39c1068c.tar.bz2 | |
Be nicer to Sourceforge by using their gateway server
Thus we download from the best mirror always.
Diffstat (limited to 'Library/Formula/id3lib.rb')
| -rw-r--r-- | Library/Formula/id3lib.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/id3lib.rb b/Library/Formula/id3lib.rb index 91ef67b07..d36f34356 100644 --- a/Library/Formula/id3lib.rb +++ b/Library/Formula/id3lib.rb @@ -1,7 +1,7 @@ require 'formula' class Id3lib <Formula - @url='http://voxel.dl.sourceforge.net/project/id3lib/id3lib/3.8.3/id3lib-3.8.3.tar.gz' + @url='http://downloads.sourceforge.net/project/id3lib/id3lib/3.8.3/id3lib-3.8.3.tar.gz' @homepage='http://id3lib.sourceforge.net/' @md5='19f27ddd2dda4b2d26a559a4f0f402a7' |
