We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225d852 commit bc4d4e0Copy full SHA for bc4d4e0
install.js
@@ -47,9 +47,9 @@ var updateSubmodules = function(mainCallback) {
47
var checkoutDependencies = function(mainCallback) {
48
console.log('[nodegit] Downloading libgit2 dependency.');
49
50
- var libgit2ZipUrl = 'https://github.com/libgit2/libgit2/archive/v0.15.0.zip';
+ var libgit2ZipUrl = 'https://github.com/libgit2/libgit2/archive/v0.17.0.zip';
51
zipFile = __dirname + '/vendor/libgit2.zip',
52
- unzippedFolderName = __dirname + '/vendor/libgit2-0.15.0',
+ unzippedFolderName = __dirname + '/vendor/libgit2-0.17.0',
53
targetFolderName = __dirname + '/vendor/libgit2';
54
55
async.series([
0 commit comments