aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sparse.rb
diff options
context:
space:
mode:
authorCharlie Sharpsteen2011-09-19 08:51:54 -0700
committerCharlie Sharpsteen2011-09-19 09:25:02 -0700
commit77280398e3d7b7938bb30432961d250a0e928895 (patch)
treefbd33f0dde332e339ad4cfbde877dccd426ab923 /Library/Formula/sparse.rb
parent80ce89e954e8ba64ab653e1b259fd16e255974f8 (diff)
downloadhomebrew-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.rb1
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'