Browse Source

Merge pull request #8662 from BKPepe/mozilla

node-mozilla-iot-gateway: update to version 0.7.0
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
beea25e601
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 7 deletions
  1. +3
    -7
      lang/node-mozilla-iot-gateway/Makefile

+ 3
- 7
lang/node-mozilla-iot-gateway/Makefile View File

@ -9,16 +9,12 @@ include $(TOPDIR)/rules.mk
PKG_NPM_NAME:=mozilla-iot-gateway
PKG_NAME:=node-$(PKG_NPM_NAME)
PKG_VERSION:=0.6.1
PKG_VERSION:=0.7.0
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:=c424b6f5f011c0cceb455458c855854395d47e902fd4ec2d63564c5e736d4fcd
PKG_SOURCE_URL:=https://codeload.github.com/mozilla-iot/gateway/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=a5ff36942b686ea39f6d1e5d369cd783d6e2265f19262856647de7e596aa1a77
PKG_BUILD_DEPENDS:=node/host openzwave


Loading…
Cancel
Save