diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/lcov.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/lcov.rb b/Library/Formula/lcov.rb index 22a133694..d8cd60c4d 100644 --- a/Library/Formula/lcov.rb +++ b/Library/Formula/lcov.rb @@ -5,6 +5,13 @@ class Lcov < Formula url 'https://downloads.sourceforge.net/ltp/lcov-1.11.tar.gz' sha1 'bf8ed68c06805a71528a2a67dd714830afd3ccb5' + bottle do + cellar :any + sha1 "edad7ab819deb6032734442ea88c343e6779f60c" => :mavericks + sha1 "61cb990e2928ad0a1b29e131790790994b5a95d6" => :mountain_lion + sha1 "b417a6801535d439dc26200213e63a4536989d11" => :lion + end + patch :DATA def install |
