diff options
| author | Masaki Muranaka | 2014-07-29 10:05:09 +0900 |
|---|---|---|
| committer | Misty De Meo | 2014-07-28 19:16:19 -0700 |
| commit | a99a07e53a558df4422ed8a75656bac49e8214a2 (patch) | |
| tree | 823f7c7a4477cbaf0683ca265316fb5bf71c0ea4 | |
| parent | bd3217ea598e9ccf85bb5b1f5ac244f1641378f8 (diff) | |
| download | homebrew-a99a07e53a558df4422ed8a75656bac49e8214a2.tar.bz2 | |
lcov: add HEAD
Closes #31198.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
| -rw-r--r-- | Library/Formula/lcov.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/lcov.rb b/Library/Formula/lcov.rb index d8cd60c4d..f1cdcbd5c 100644 --- a/Library/Formula/lcov.rb +++ b/Library/Formula/lcov.rb @@ -5,6 +5,8 @@ class Lcov < Formula url 'https://downloads.sourceforge.net/ltp/lcov-1.11.tar.gz' sha1 'bf8ed68c06805a71528a2a67dd714830afd3ccb5' + head 'https://github.com/linux-test-project/lcov.git' + bottle do cellar :any sha1 "edad7ab819deb6032734442ea88c343e6779f60c" => :mavericks |
