sparse: add 0.5.0 bottle.
This commit is contained in:
parent
2ad2048d73
commit
8dfdc6462d
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ class Sparse < Formula
|
|||
sha256 "921fcf918c6778d1359f3886ac8cb4cf632faa6242627bc2ae2db75e983488d5"
|
||||
head "https://git.kernel.org/pub/scm/devel/sparse/sparse.git"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha256 "be1693a0ec2050625898d960ffd99468d4ce7471785fe1ae6d6f373da2416b11" => :yosemite
|
||||
sha256 "4c33d0589d81abda44fef8904892dc7f6361e96caa82012a71101e9fefe4425c" => :mavericks
|
||||
sha256 "6dac58ce04e796731ea3f0ed3a239cbe6334ab54648f4238baf60d64c1d04437" => :mountain_lion
|
||||
end
|
||||
|
||||
def install
|
||||
inreplace "Makefile", /PREFIX=\$\(HOME\)/, "PREFIX=#{prefix}"
|
||||
system "make", "install"
|
||||
|
|
Loading…
Reference in a new issue