From 92a817e8bae73c8d5c2926904ebbade2a49869ac Mon Sep 17 00:00:00 2001 From: Marko Ratkaj Date: Fri, 9 Mar 2018 16:50:48 +0100 Subject: [PATCH] node-serialport: bump to 6.1.1 Signed-off-by: Arturo Rinaldi Signed-off-by: Marko Ratkaj --- lang/node-serialport/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/node-serialport/Makefile b/lang/node-serialport/Makefile index 1b5f1b88d8..1fec2e47c4 100644 --- a/lang/node-serialport/Makefile +++ b/lang/node-serialport/Makefile @@ -9,15 +9,15 @@ include $(TOPDIR)/rules.mk PKG_NPM_NAME:=serialport PKG_NAME:=node-$(PKG_NPM_NAME) -PKG_VERSION:=3.0.0 -PKG_RELEASE:=5 +PKG_VERSION:=6.1.1 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=http://registry.npmjs.org/$(PKG_NPM_NAME)/-/ -PKG_HASH:=3bc75b4c2742f0efe8495feb28c5da1a4774df75d94836e43409ed352addfec7 +PKG_HASH:=b58c326d217fb0af1639e4ea834d9fca4be16934c486499e2ddac6e52b8dd560 PKG_BUILD_DEPENDS:=node/host -PKG_NODE_VERSION:=6.11.2 +PKG_NODE_VERSION:=8.10.0 PKG_MAINTAINER:=John Crispin PKG_LICENSE:=Custom