libgit2 0.19.0
Closes Homebrew/homebrew#21245. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
a198ba4dcc
commit
7d7ce5fe37
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.18.0.tar.gz'
|
||||
sha1 '08b6b7520580615c5549ff739ba7d0c8e3617188'
|
||||
url 'https://github.com/libgit2/libgit2/archive/v0.19.0.tar.gz'
|
||||
sha1 '72cc461d366c5ace3385470a1f209ff84d0a4bb3'
|
||||
|
||||
head 'https://github.com/libgit2/libgit2.git', :branch => 'development'
|
||||
|
||||
|
|
Loading…
Reference in a new issue