Browse Source

Merge pull request #9142 from nxhack/hid_0_7_9

node-hid: update to 0.7.9
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
1784a4d2cf
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-hid/Makefile

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

@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk
PKG_NPM_NAME:=node-hid
PKG_NAME:=$(PKG_NPM_NAME)
PKG_VERSION:=0.7.8
PKG_VERSION:=0.7.9
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=https://registry.npmjs.org/$(PKG_NPM_NAME)/-/
PKG_HASH:=a1ebbfd33139f7a7cd8c6a617b57229f45bf9ea9fa81563b7806738951d1d581
PKG_HASH:=a13710ebff0a2d0e60e08442db192a4e891db89d535306d461b8a95ede7dbd90
PKG_BUILD_DEPENDS:=node/host
PKG_USE_MIPS16:=0


Loading…
Cancel
Save