Skip to content

Commit

Permalink
node: update to v10.9.0 v8.11.4 v6.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nxhack committed Aug 16, 2018
1 parent f3aa47b commit 9a0c39e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ else
ifeq ($(CONFIG_NODEJS_6),y)
PKG_VERSION:=v6.14.4
PKG_RELEASE:=1
PKG_HASH:=fbce7de6d96b0bcb0db0bf77f0e6ea999b6755e6930568aedaab06847552a609
PKG_HASH:=9a4bfc99787f8bdb07d5ae8b1f00ec3757e7b09c99d11f0e8a5e9a16a134ec0f
PATCH_DIR:=./patches/v6.x
else
PKG_VERSION:=v8.11.4
PKG_RELEASE:=1
PKG_HASH:=9a4bfc99787f8bdb07d5ae8b1f00ec3757e7b09c99d11f0e8a5e9a16a134ec0f
PKG_HASH:=fbce7de6d96b0bcb0db0bf77f0e6ea999b6755e6930568aedaab06847552a609
PATCH_DIR:=./patches/v8.x
endif
endif
Expand Down

0 comments on commit 9a0c39e

Please sign in to comment.