Skip to content

Commit

Permalink
Bump libgit2 to v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ben committed Jun 27, 2013
1 parent 9f0cee7 commit d05509a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps/libgit2
Submodule libgit2 updated 1877 files
2 changes: 1 addition & 1 deletion install.js
Expand Up @@ -41,7 +41,7 @@ async.series([
envpassthru("git", "submodule", "update", "--init", cb);
} else {
console.log("[gitteh] ...from GitHub");
var libgit2Version = "v0.17.0";
var libgit2Version = "v0.19.0";
var url = "https://github.com/libgit2/libgit2/tarball/" + libgit2Version;
request({url: url})
.pipe(zlib.createUnzip())
Expand Down

0 comments on commit d05509a

Please sign in to comment.