diff options
Diffstat (limited to 'lang/node-serialport/Makefile')
-rw-r--r-- | lang/node-serialport/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/node-serialport/Makefile b/lang/node-serialport/Makefile index b787479e5..e4ca1eba3 100644 --- a/lang/node-serialport/Makefile +++ b/lang/node-serialport/Makefile @@ -10,14 +10,14 @@ include $(TOPDIR)/rules.mk PKG_NPM_NAME:=serialport PKG_NAME:=node-$(PKG_NPM_NAME) PKG_VERSION:=3.0.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=http://registry.npmjs.org/$(PKG_NPM_NAME)/-/ PKG_MD5SUM:=ea20a17746dd64e72d5f6f2019d9e28d PKG_BUILD_DEPENDS:=node/host -PKG_NODE_VERSION:=4.4.4 +PKG_NODE_VERSION:=4.4.5 PKG_MAINTAINER:=John Crispin <blogic@openwrt.org> PKG_LICENSE:=Custom |