Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update to use libgit2 v0.22.2
  • Loading branch information
John Haley committed Mar 26, 2015
commit e8d214843dc090d0831dec847f9f1d7f7fdfeb22
File renamed without changes.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "Node.js libgit2 asynchronous native bindings",
"version": "0.3.3",
"libgit2": {
"url": "https://github.com/nodegit/libgit2/tarball/4b3a1899ff37dddba0a095487505fed9ede101b1",
"sha": "4b3a1899ff37dddba0a095487505fed9ede101b1",
"version": "0.22.1"
"url": "https://github.com/libgit2/libgit2/tarball/fb6df50b7f250a4fd8b2fab257f119a5185e9bf5",
"sha": "fb6df50b7f250a4fd8b2fab257f119a5185e9bf5",
"version": "0.22.2"
},
"libssh2": {
"url": "http://www.libssh2.org/download/libssh2-1.4.3.tar.gz",
Expand Down