diff options
author | Hirokazu MORIKAWA <morikw2@gmail.com> | 2019-05-17 12:56:27 +0900 |
---|---|---|
committer | Hirokazu MORIKAWA <morikw2@gmail.com> | 2019-05-17 12:56:27 +0900 |
commit | b2d9e27147da9f3f769ca22494c22a2b053434f9 (patch) | |
tree | 1630b3291cf4943ba7051634ff4b5470e8a09240 | |
parent | 7f2adfd7cc40eb0360c6e1532dd348763a6b92f9 (diff) |
node-serialport: update to 7.1.5
Node.js 12 support
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
-rw-r--r-- | lang/node-serialport/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/node-serialport/Makefile b/lang/node-serialport/Makefile index 3c77f177a..38e8fbef0 100644 --- a/lang/node-serialport/Makefile +++ b/lang/node-serialport/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NPM_NAME:=serialport PKG_NAME:=node-$(PKG_NPM_NAME) -PKG_VERSION:=7.1.4 -PKG_RELEASE:=2 +PKG_VERSION:=7.1.5 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=https://registry.npmjs.org/$(PKG_NPM_NAME)/-/ -PKG_HASH:=d6f60bd81fe94578dee8e82887a66c5b007ec3f346b13d8156dd94a46f2b4849 +PKG_HASH:=96996a97a5ba9cb2ad5fc5b249e2f653657e9c2bd6a45c8188ad64a76bf93340 PKG_BUILD_DEPENDS:=node/host PKG_USE_MIPS16:=0 |