diff options
| author | Brett Koonce | 2014-10-31 17:35:21 -0700 | 
|---|---|---|
| committer | Brett Koonce | 2014-11-01 21:04:33 -0700 | 
| commit | f400be4fd4a20edb0cb62457ff9e311b267bfb05 (patch) | |
| tree | 20884cc2340933118d2f7cd08306206e47fa0cd3 | |
| parent | 3382eca1496f3e7ad937e1cc07945dd3003f7640 (diff) | |
| download | homebrew-f400be4fd4a20edb0cb62457ff9e311b267bfb05.tar.bz2 | |
libgit2 0.21.2
Closes #33796.
| -rw-r--r-- | Library/Formula/libgit2.rb | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/Library/Formula/libgit2.rb b/Library/Formula/libgit2.rb index ee3d3002f..bdb0d9237 100644 --- a/Library/Formula/libgit2.rb +++ b/Library/Formula/libgit2.rb @@ -2,8 +2,8 @@ require "formula"  class Libgit2 < Formula    homepage "http://libgit2.github.com/" -  url "https://github.com/libgit2/libgit2/archive/v0.21.1.tar.gz" -  sha1 "8975eb3fa6999e30b1fa01a84b7b09d0a2672ac5" +  url "https://github.com/libgit2/libgit2/archive/v0.21.2.tar.gz" +  sha1 "a16a59df1bfe073483be0c58a81cdbc89f7b7070"    head "https://github.com/libgit2/libgit2.git", :branch => "development" @@ -17,6 +17,7 @@ class Libgit2 < Formula    depends_on "cmake" => :build    depends_on "libssh2" => :optional +  depends_on "openssl"    def install      mkdir "build" do | 
