aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-12-18 17:06:32 -0500
committerJack Nagel2014-12-18 17:29:45 -0500
commit7ef24025ec069bd1ae137fc730b6e6758a8419c7 (patch)
tree7665aee6785bffea98e1c9662845358cd90eecdf
parentf0f518f99c823dd75aeaa11d4ea1877d60ca617b (diff)
downloadhomebrew-7ef24025ec069bd1ae137fc730b6e6758a8419c7.tar.bz2
libgit2 0.21.3
Closes #35110. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/libgit2.rb8
1 files changed, 2 insertions, 6 deletions
diff --git a/Library/Formula/libgit2.rb b/Library/Formula/libgit2.rb
index 1ba2cbecc..ec0c22d76 100644
--- a/Library/Formula/libgit2.rb
+++ b/Library/Formula/libgit2.rb
@@ -2,16 +2,12 @@ require "formula"
class Libgit2 < Formula
homepage "http://libgit2.github.com/"
- url "https://github.com/libgit2/libgit2/archive/v0.21.2.tar.gz"
- sha1 "a16a59df1bfe073483be0c58a81cdbc89f7b7070"
+ url "https://github.com/libgit2/libgit2/archive/v0.21.3.tar.gz"
+ sha1 "d116cb15f76edf2283c85da40389e4fecc8d5aeb"
head "https://github.com/libgit2/libgit2.git", :branch => "development"
bottle do
- cellar :any
- sha1 "388688ca18d3ebe91dde4cb7b9fa67e632a4f9a0" => :yosemite
- sha1 "5bfd8d83f8ff1c62bea445c209efdb4ce3d3f641" => :mavericks
- sha1 "5b23f7fd5062d7bf1be3a3509d70502c594b1fc5" => :mountain_lion
end
depends_on "cmake" => :build