diff options
| author | BrewTestBot | 2014-12-05 17:21:56 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-12-05 17:34:58 +0000 | 
| commit | 85eb3faa79113ef63b7c108b4b24a10d8dd6191e (patch) | |
| tree | 6c5b4efb45a6afc079d5a1496ed4c3a9953f9ec9 /Library/Formula/i2util.rb | |
| parent | 9253c0d087b67ee413c7e0e179e89b0033d2acd5 (diff) | |
| download | homebrew-85eb3faa79113ef63b7c108b4b24a10d8dd6191e.tar.bz2 | |
i2util: add 1.2 bottle.
Diffstat (limited to 'Library/Formula/i2util.rb')
| -rw-r--r-- | Library/Formula/i2util.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/i2util.rb b/Library/Formula/i2util.rb index 31fa0bfaf..afb0607d5 100644 --- a/Library/Formula/i2util.rb +++ b/Library/Formula/i2util.rb @@ -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}",  | 
