aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHirokazu MORIKAWA <morikw2@gmail.com>2020-11-11 10:02:20 +0900
committerHirokazu MORIKAWA <morikw2@gmail.com>2020-11-11 10:02:20 +0900
commitbf93b307669688306092ec225fdde4e65ec37e14 (patch)
tree07d14061c0397712e17b711a408555b6ddd96653
parent57f2be6d324ddb9322d1cfe3390fe727fed74c1f (diff)
node-serialport: update to 9.0.2
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
-rw-r--r--lang/node-serialport/Makefile4
-rw-r--r--lang/node-serialport/patches/001-turn_off_depends.patch4
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/node-serialport/Makefile b/lang/node-serialport/Makefile
index ea1acc7f3..5d3542665 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:=9.0.1
+PKG_VERSION:=9.0.2
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=https://registry.npmjs.org/$(PKG_NPM_NAME)/-/
-PKG_HASH:=9f837bc5b64dde03aaf097093a2674789405f436fd367903502d3e2e17fcd4a3
+PKG_HASH:=5f4cef3ec85accc8ad3d2ba75654fca4270e4a00d01729c4c4bcb895a3fdb5d6
PKG_BUILD_DEPENDS:=node/host
PKG_USE_MIPS16:=0
diff --git a/lang/node-serialport/patches/001-turn_off_depends.patch b/lang/node-serialport/patches/001-turn_off_depends.patch
index 1fa6701f0..bb6ace684 100644
--- a/lang/node-serialport/patches/001-turn_off_depends.patch
+++ b/lang/node-serialport/patches/001-turn_off_depends.patch
@@ -3,8 +3,8 @@
@@ -46,7 +46,6 @@
],
"dependencies": {
- "@serialport/binding-mock": "^9.0.1",
-- "@serialport/bindings": "^9.0.1",
+ "@serialport/binding-mock": "^9.0.2",
+- "@serialport/bindings": "^9.0.2",
"@serialport/parser-byte-length": "^9.0.1",
"@serialport/parser-cctalk": "^9.0.1",
"@serialport/parser-delimiter": "^9.0.1",