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:
parent
3eb4153d1b
commit
8bbf9350c2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue