aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorricho2013-01-04 13:28:28 +1100
committerAdam Vandenberg2013-01-03 20:25:53 -0800
commit6b6fda88b590290000d447d6d324659a9a0173aa (patch)
tree3476ec67c169df8934dd14f6dd29adbde5f08aab /Library/Formula
parent2d6796e793489687b70a86b9af41dc5e478e2724 (diff)
downloadhomebrew-6b6fda88b590290000d447d6d324659a9a0173aa.tar.bz2
libgit2: use development branch for HEAD
master is stable upstream Closes #16881. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libgit2.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libgit2.rb b/Library/Formula/libgit2.rb
index 5cc001ea7..e1dd4bb2f 100644
--- a/Library/Formula/libgit2.rb
+++ b/Library/Formula/libgit2.rb
@@ -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