libgit2 0.18
Closes Homebrew/homebrew#19261. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
ab3d88e27c
commit
668616b25f
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Libgit2 < Formula
|
||||
homepage 'http://libgit2.github.io/'
|
||||
url 'https://github.com/libgit2/libgit2/archive/v0.17.0.tar.gz'
|
||||
sha1 '0887ce3aa2b22c3a256bf5cd80e13f3766b27480'
|
||||
url 'https://github.com/libgit2/libgit2/archive/v0.18.0.tar.gz'
|
||||
sha1 '08b6b7520580615c5549ff739ba7d0c8e3617188'
|
||||
|
||||
head 'https://github.com/libgit2/libgit2.git', :branch => 'development'
|
||||
|
||||
|
|
Loading…
Reference in a new issue