From 78c6bc300b5ee1ef2d776d529eb4c1a33a6f555c Mon Sep 17 00:00:00 2001 From: Hirokazu MORIKAWA Date: Thu, 12 Dec 2019 17:24:19 +0900 Subject: [PATCH] node-serialport-bindings: update to 8.0.4 support node v12 Signed-off-by: Hirokazu MORIKAWA --- lang/node-serialport-bindings/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/node-serialport-bindings/Makefile b/lang/node-serialport-bindings/Makefile index cae9b0127..4a6e75228 100644 --- a/lang/node-serialport-bindings/Makefile +++ b/lang/node-serialport-bindings/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NPM_SCOPE:=serialport PKG_NPM_NAME:=bindings PKG_NAME:=node-$(PKG_NPM_SCOPE)-$(PKG_NPM_NAME) -PKG_VERSION:=2.0.8 +PKG_VERSION:=8.0.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=https://registry.npmjs.org/@$(PKG_NPM_SCOPE)/$(PKG_NPM_NAME)/-/ -PKG_HASH:=2e0d0ca6168ba104fe60692e33c76ec44ff9533bf7b657dfc6e00da410728df4 +PKG_HASH:=fd48dba7fd4de42d9908e33c21cd028345c3d481eff668511966313cfac61695 PKG_BUILD_DEPENDS:=node/host PKG_USE_MIPS16:=0