Skip to content

Commit bc4d4e0

Browse files
committed
Updated install to use libgit2 .17
1 parent 225d852 commit bc4d4e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ var updateSubmodules = function(mainCallback) {
4747
var checkoutDependencies = function(mainCallback) {
4848
console.log('[nodegit] Downloading libgit2 dependency.');
4949

50-
var libgit2ZipUrl = 'https://github.com/libgit2/libgit2/archive/v0.15.0.zip';
50+
var libgit2ZipUrl = 'https://github.com/libgit2/libgit2/archive/v0.17.0.zip';
5151
zipFile = __dirname + '/vendor/libgit2.zip',
52-
unzippedFolderName = __dirname + '/vendor/libgit2-0.15.0',
52+
unzippedFolderName = __dirname + '/vendor/libgit2-0.17.0',
5353
targetFolderName = __dirname + '/vendor/libgit2';
5454

5555
async.series([

0 commit comments

Comments
 (0)