libgit2: use development branch for HEAD

master is stable upstream

Closes Homebrew/homebrew#16881.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
richo 2013-01-04 13:28:28 +11:00 committed by Adam Vandenberg
parent 3eb4153d1b
commit 8bbf9350c2

View file

@ -5,7 +5,7 @@ class Libgit2 < Formula
url 'https://github.com/libgit2/libgit2/tarball/v0.17.0'
sha1 'a868978e1d322d967fb7877b757f7c6b81b37923'
head 'https://github.com/libgit2/libgit2.git', :branch => 'master'
head 'https://github.com/libgit2/libgit2.git', :branch => 'development'
depends_on 'cmake' => :build