Skip to content

Commit

Permalink
node: v10.x update to v10.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nxhack committed Aug 17, 2018
1 parent 26db160 commit db95c8a
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 101 deletions.
6 changes: 2 additions & 4 deletions node/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=node

ifeq ($(CONFIG_NODEJS_10),y)
#PKG_VERSION:=v10.9.0
PKG_VERSION:=v10.8.0
PKG_VERSION:=v10.9.0
PKG_RELEASE:=1
#PKG_HASH:=d17ef8eb72d6a31f50a663d554beb9bcb55aa2ce57cf189abfc9b1ba20530d02
PKG_HASH:=97bb21718228fd801c8355c842e764eefda888d3a87de8eb04315c74f546b9bc
PKG_HASH:=d17ef8eb72d6a31f50a663d554beb9bcb55aa2ce57cf189abfc9b1ba20530d02
PATCH_DIR:=./patches/v10.x
else
ifeq ($(CONFIG_NODEJS_9),y)
Expand Down
Loading

0 comments on commit db95c8a

Please sign in to comment.