diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-12-26 19:37:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-26 19:37:19 +0200 |
commit | e2dc03ed7eb6871d7e0189528ef30f85b618fef6 (patch) | |
tree | f483abe960b54ccc6cc069418f5d58db4d3ffd4b /lang | |
parent | 467649955ce716fa5be82724c6077455734c5f18 (diff) | |
parent | ce0e807ae0cf080d821152128c0b0bb000ebf463 (diff) |
Merge pull request #7739 from sartura/things_gateway_0.6.1
node-mozilla-iot-gateway: bump package to 0.6.1
Diffstat (limited to 'lang')
-rw-r--r-- | lang/node-mozilla-iot-gateway/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/node-mozilla-iot-gateway/Makefile b/lang/node-mozilla-iot-gateway/Makefile index 7ed838880..c555edbd5 100644 --- a/lang/node-mozilla-iot-gateway/Makefile +++ b/lang/node-mozilla-iot-gateway/Makefile @@ -9,16 +9,16 @@ include $(TOPDIR)/rules.mk PKG_NPM_NAME:=mozilla-iot-gateway PKG_NAME:=node-$(PKG_NPM_NAME) -PKG_VERSION:=0.6.0 -PKG_RELEASE:=3 -PKG_REV:=df2d06def2051238bde7b8e5ee306262235d4c9f +PKG_VERSION:=0.6.1 +PKG_RELEASE:=1 +PKG_REV:=2bcdf4866872b1e8992ee70ff6fc65566d6288d8 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/mozilla-iot/gateway.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=$(PKG_REV) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MIRROR_HASH:=d686df778a7de693db11273eb87c16ec4d9e3ff9bbb550ed3ef94e29e96750e2 +PKG_MIRROR_HASH:=c424b6f5f011c0cceb455458c855854395d47e902fd4ec2d63564c5e736d4fcd PKG_BUILD_DEPENDS:=node/host openzwave |