i2util: add 1.2 bottle.
This commit is contained in:
parent
435ac6f5b9
commit
7772bd476b
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ class I2util < Formula
|
|||
url "http://software.internet2.edu/sources/I2util/I2util-1.2.tar.gz"
|
||||
sha1 "56218a6e0f1306a70b641246fa6f63dd686e6766"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "14336de85e35136a369e889d1072adf866998f09" => :yosemite
|
||||
sha1 "c88dd13937831bab2efd3ad928d54635a48ef129" => :mavericks
|
||||
sha1 "eced6a87c580fe024730ca09fa61c6a5e3cc4d63" => :mountain_lion
|
||||
end
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
|
|
Loading…
Reference in a new issue