Browse Source

Merge pull request #13419 from nxhack/serialport-bindings_901

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

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

@ -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:=8.0.7
PKG_VERSION:=9.0.1
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:=b555aabf8f47a914589e5e625c87b1ec6f0ce63f284cf59d5bf18c934ac988c4
PKG_HASH:=12cd7864a18d2025bf152754c019badaef387c75417fe86b9a80c86ec0ae6b49
PKG_BUILD_DEPENDS:=node/host
PKG_USE_MIPS16:=0


Loading…
Cancel
Save