Browse Source

node-hid: set proper version and revision

* fix revision variables
* fix version variables

Signed-off-by: John Crispin <blogic@openwrt.org>
lilik-openwrt-22.03
John Crispin 9 years ago
parent
commit
aca405ef00
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      lang/node-hid/Makefile

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

@ -10,8 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NPM_NAME:=hid PKG_NPM_NAME:=hid
PKG_NAME:=node-$(PKG_NPM_NAME) PKG_NAME:=node-$(PKG_NPM_NAME)
PKG_VERSION:=0.4.0 PKG_VERSION:=0.4.0
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/node-hid/node-hid.git PKG_SOURCE_URL:=https://github.com/node-hid/node-hid.git
@ -23,7 +22,8 @@ PKG_BUILD_DEPENDS:=node
PKG_NODE_VERSION:=0.12.7 PKG_NODE_VERSION:=0.12.7
PKG_MAINTAINER:=John Crispin <blogic@openwrt.org> PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>
PKG_LICENSE:=MIT
PKG_LICENSE:=Custom
PKG_LICENSE_FILE:=
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk


Loading…
Cancel
Save