Skip to content

Commit

Permalink
deps: update xz to 5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Mar 19, 2017
1 parent b07f501 commit c613559
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ build/
test/
coverage/
binding/
deps/xz-5.2.1-windows.7z
deps/xz-5.2.3-windows.7z
npm-debug.log
core
README.md.xz
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ Example usage:
<!-- runtest:{Return a version string} -->

```js
lzma.versionString() // => '5.2.1'
lzma.versionString() // => '5.2.3'
```

<a name="api-version-number"></a>
Expand Down
4 changes: 2 additions & 2 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"actions" : [
{
"action_name" : "build",
# a hack to run deps/xz-5.2.1 ./configure during `node-gyp configure`
'inputs': ['<!@(sh liblzma-config.sh "<(module_root_dir)/build" "<(module_root_dir)/deps/xz-5.2.1.tar.bz2")'],
# a hack to run deps/xz-5.2.3 ./configure during `node-gyp configure`
'inputs': ['<!@(sh liblzma-config.sh "<(module_root_dir)/build" "<(module_root_dir)/deps/xz-5.2.3.tar.bz2")'],
'outputs': [''],
'action': [
'sh', '<(module_root_dir)/liblzma-build.sh', '<(module_root_dir)/build'
Expand Down
Binary file removed deps/xz-5.2.1-windows.7z
Binary file not shown.
Binary file removed deps/xz-5.2.1-windows.7z.sig
Binary file not shown.
Binary file removed deps/xz-5.2.1.tar.bz2
Binary file not shown.
Binary file removed deps/xz-5.2.1.tar.bz2.sig
Binary file not shown.
Binary file added deps/xz-5.2.3-windows.7z
Binary file not shown.
Binary file added deps/xz-5.2.3-windows.7z.sig
Binary file not shown.
Binary file added deps/xz-5.2.3.tar.bz2
Binary file not shown.
Binary file added deps/xz-5.2.3.tar.bz2.sig
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"scripts": {
"install": "node-pre-gyp install --fallback-to-build",
"test": "mocha --expose-gc -s 1000 -t 5000",
"prepare": "cd deps && 7z x -y xz-5.2.1-windows.7z bin_i686/liblzma.dll bin_x86-64/liblzma.dll include doc/liblzma.def",
"prepare": "cd deps && 7z x -y xz-5.2.3-windows.7z bin_i686/liblzma.dll bin_x86-64/liblzma.dll include doc/liblzma.def",
"jshint": "jshint ."
},
"gypfile": true,
Expand Down

0 comments on commit c613559

Please sign in to comment.