Browse Source

Merge pull request #11490 from nxhack/node_serialport_807

node-serialport: update to 8.0.7
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
bca83b24a7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions
  1. +2
    -2
      lang/node-serialport/Makefile
  2. +5
    -5
      lang/node-serialport/patches/001-turn_off_depends.patch

+ 2
- 2
lang/node-serialport/Makefile View File

@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk
PKG_NPM_NAME:=serialport
PKG_NAME:=node-$(PKG_NPM_NAME)
PKG_VERSION:=8.0.5
PKG_VERSION:=8.0.7
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=https://registry.npmjs.org/$(PKG_NPM_NAME)/-/
PKG_HASH:=d06e67edcc2d2c6489d8634b3bcef46325ecee0b9f8d9243af3518505608213e
PKG_HASH:=b70000ad4560dbd7170e657554d6302024a340ae868e1db0fc672aaab2efbd9c
PKG_BUILD_DEPENDS:=node/host
PKG_USE_MIPS16:=0


+ 5
- 5
lang/node-serialport/patches/001-turn_off_depends.patch View File

@ -3,8 +3,8 @@
@@ -46,7 +46,6 @@
],
"dependencies": {
"@serialport/binding-mock": "^8.0.4",
- "@serialport/bindings": "^8.0.4",
"@serialport/parser-byte-length": "^8.0.4",
"@serialport/parser-cctalk": "^8.0.4",
"@serialport/parser-delimiter": "^8.0.4",
"@serialport/binding-mock": "^8.0.6",
- "@serialport/bindings": "^8.0.7",
"@serialport/parser-byte-length": "^8.0.6",
"@serialport/parser-cctalk": "^8.0.6",
"@serialport/parser-delimiter": "^8.0.6",

Loading…
Cancel
Save