Merge pull request #13898 from nxhack/serialport_902

node-serialport: update to 9.0.2
This commit is contained in:
Rosen Penev 2020-11-10 22:14:15 -08:00 committed by GitHub
commit fbf0ddd28b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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",