aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2014-10-20 14:18:54 +0100
committerMike McQuaid2014-10-20 14:21:43 +0100
commitc134fca0e29b51d575ae6a1421cf97b6690d351d (patch)
treead417aa4560feb7e18401880c89ec581cfa2bf15
parent350245fafec0de0710d6c90140ac2d43b79646d2 (diff)
downloadhomebrew-c134fca0e29b51d575ae6a1421cf97b6690d351d.tar.bz2
libgit2: update 0.21.1 bottle.
Closes #33378. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/libgit2.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/libgit2.rb b/Library/Formula/libgit2.rb
index d7fa23ff8..ee3d3002f 100644
--- a/Library/Formula/libgit2.rb
+++ b/Library/Formula/libgit2.rb
@@ -9,9 +9,10 @@ class Libgit2 < Formula
bottle do
cellar :any
- sha1 "e0588a7e02a24b141025ad5e6e507cb09831229d" => :mavericks
- sha1 "e8efca2c42c1053c8b468ff73e81eec1380bec14" => :mountain_lion
- sha1 "ede1558e9594d987ffa5ce33caec8edfdb1f6933" => :lion
+ revision 1
+ sha1 "264ee00fbd0df428ac1de74ae7d74f98d8109066" => :yosemite
+ sha1 "809e858db9e378949989b23b045b527a34af3b12" => :mavericks
+ sha1 "d833de5afde015cf8905fbf070083023cc1d9201" => :mountain_lion
end
depends_on "cmake" => :build