diff --git a/node-serialport-bindings-cpp/Makefile b/node-serialport-bindings-cpp/Makefile index cb33fd3cc..7443c63e4 100644 --- a/node-serialport-bindings-cpp/Makefile +++ b/node-serialport-bindings-cpp/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NPM_SCOPE:=serialport PKG_NPM_NAME:=bindings-cpp PKG_NAME:=node-$(PKG_NPM_SCOPE)-$(PKG_NPM_NAME) -PKG_VERSION:=11.0.0 +PKG_VERSION:=11.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:=3e694b2aa073a9b3ef2b16f1af8487b566afec52d12fca1820604b25d82e00e0 +PKG_HASH:=707a9261da6d3fb80ff97486a22074ec16f20f84ca2bc15993926e3d526ce7f3 PKG_MAINTAINER:=Hirokazu MORIKAWA PKG_LICENSE:=MIT