diff options
| author | Charlie Sharpsteen | 2011-09-19 08:51:54 -0700 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-09-19 09:25:02 -0700 |
| commit | 77280398e3d7b7938bb30432961d250a0e928895 (patch) | |
| tree | fbd33f0dde332e339ad4cfbde877dccd426ab923 /Library/Formula/sparse.rb | |
| parent | 80ce89e954e8ba64ab653e1b259fd16e255974f8 (diff) | |
| download | homebrew-77280398e3d7b7938bb30432961d250a0e928895.tar.bz2 | |
mirror support: Mirrors for kernel.org software
- All Debian software is now mirrored by ftp.us.debian.org.
- LibFFI is mirrored by ftp.sourceware.org.
- All kernel.org software is now mirrored by mirrorservice.org.
Fixes #7478.
Diffstat (limited to 'Library/Formula/sparse.rb')
| -rw-r--r-- | Library/Formula/sparse.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/sparse.rb b/Library/Formula/sparse.rb index cea6fffaa..481c68018 100644 --- a/Library/Formula/sparse.rb +++ b/Library/Formula/sparse.rb @@ -2,6 +2,7 @@ require 'formula' class Sparse < Formula url 'http://www.kernel.org/pub/software/devel/sparse/dist/sparse-0.4.3.tar.bz2' + mirror 'http://www.mirrorservice.org/sites/ftp.kernel.org/pub/software/devel/sparse/dist/sparse-0.4.3.tar.bz2' homepage 'https://sparse.wiki.kernel.org/index.php/Main_Page' md5 'a5c0b07bd00ad5ea292f804d7af1adbc' head 'git://git.kernel.org/pub/scm/devel/sparse/sparse.git' |
