node-serialport-bindings: update to 9.0.1
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
This commit is contained in:
parent
64cf9fb779
commit
8a749f8566
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue