diff options
Diffstat (limited to 'Library/Formula/sparse.rb')
| -rw-r--r-- | Library/Formula/sparse.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sparse.rb b/Library/Formula/sparse.rb index 1c1990918..cea6fffaa 100644 --- a/Library/Formula/sparse.rb +++ b/Library/Formula/sparse.rb @@ -4,9 +4,9 @@ class Sparse < Formula    url 'http://www.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'    def install -    prefix.mkpath      system "make", "HOME=#{prefix}", "install"    end  end  | 
