diff options
| author | jbub | 2014-06-27 21:35:52 +0200 | 
|---|---|---|
| committer | Jack Nagel | 2014-06-27 15:28:34 -0500 | 
| commit | 4efc79cccb872bbfe56c470b3c80490f4bef4259 (patch) | |
| tree | 5823803ccd3e0cb3ae46ec27a91c12aa9d9465b2 /Library/Formula/libgit2.rb | |
| parent | 6ce4e1385877fcc7dfd7a6bb318db619a5956a6e (diff) | |
| download | homebrew-4efc79cccb872bbfe56c470b3c80490f4bef4259.tar.bz2 | |
libgit2 0.21.0
Closes #30499.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/libgit2.rb')
| -rw-r--r-- | Library/Formula/libgit2.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libgit2.rb b/Library/Formula/libgit2.rb index e95823948..079f09f47 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.20.0.tar.gz' -  sha1 '811bbe4fe4fc83236ba42d23e3b449f1b95b4bab' +  url 'https://github.com/libgit2/libgit2/archive/v0.21.0.tar.gz' +  sha1 '1534ecba1116ce8866e980499b2a3b5e67909bee'    head 'https://github.com/libgit2/libgit2.git', :branch => 'development'  | 
