libgit2 0.14
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
5281be5369
commit
ac5068f233
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
require 'formula'
|
||||
|
||||
class Libgit2 < Formula
|
||||
url 'https://github.com/libgit2/libgit2/zipball/v0.13.0'
|
||||
md5 'd9e5bb792bc6d7aeb0c4ea90aac074e1'
|
||||
url 'https://github.com/libgit2/libgit2/zipball/v0.14.0'
|
||||
md5 '1f43e7895d2950eb9c19b716c0694f93'
|
||||
homepage 'http://libgit2.github.com/'
|
||||
|
||||
head 'https://github.com/libgit2/libgit2.git', :branch => 'master'
|
||||
|
|
Loading…
Reference in a new issue