libgit2 0.18

Closes Homebrew/homebrew#19261.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Timo Sand 2013-04-17 14:11:36 +01:00 committed by Jack Nagel
parent ab3d88e27c
commit 668616b25f

View file

@ -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'