libgit2 0.11.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
3bf0dbb1f6
commit
dc82f2806c
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
require 'formula'
|
||||
|
||||
class Libgit2 < Formula
|
||||
url 'https://github.com/libgit2/libgit2/tarball/v0.3.0'
|
||||
md5 'ae156dfa1db98ca046b23542e91d0f27'
|
||||
url 'https://github.com/libgit2/libgit2/zipball/v0.11.0'
|
||||
md5 '3205234f5a6526415edafaad373d897a'
|
||||
homepage 'http://libgit2.github.com/'
|
||||
|
||||
head 'git://github.com/libgit2/libgit2.git', :branch => 'master'
|
||||
|
|
Loading…
Reference in a new issue