diff options
| author | BrewTestBot | 2015-02-03 15:54:59 +0000 |
|---|---|---|
| committer | Jack Nagel | 2015-02-03 20:50:37 -0500 |
| commit | 7c77b92074fda48b0234a3d36d13c3cdd57b3d9c (patch) | |
| tree | f6cec1e70b5d079d224f1789970f74053e4bffc7 /Library/Formula | |
| parent | b62a21e0ea77d7d42fc3585ebd6dedeca6d10cc8 (diff) | |
| download | homebrew-7c77b92074fda48b0234a3d36d13c3cdd57b3d9c.tar.bz2 | |
cunit: add 2.1-3 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cunit.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/cunit.rb b/Library/Formula/cunit.rb index ffe9e22d7..d50598577 100644 --- a/Library/Formula/cunit.rb +++ b/Library/Formula/cunit.rb @@ -3,6 +3,13 @@ class Cunit < Formula url "https://downloads.sourceforge.net/project/cunit/CUnit/2.1-3/CUnit-2.1-3.tar.bz2" sha1 "eac0c71167aa3fab83483ae1313b78163f0f7238" + bottle do + cellar :any + sha1 "7f56e9cd7509523403a9989ebdb4bde202c9b834" => :yosemite + sha1 "ecad657c01ac67e6da01d3d6de086f11ad9c06cf" => :mavericks + sha1 "a4fa117d4d1ba31a42b41645324919defea49f16" => :mountain_lion + end + depends_on "autoconf" => :build depends_on "automake" => :build depends_on "libtool" => :build |
