node-cylon: bump to 0.24.0
Signed-off-by: Arturo Rinaldi <arty.net2@gmail.com> Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
This commit is contained in:
parent
92a817e8ba
commit
296e3ecdc4
2 changed files with 15 additions and 14 deletions
|
@ -9,18 +9,18 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NPM_NAME:=cylon
|
||||
PKG_NAME:=node-$(PKG_NPM_NAME)
|
||||
PKG_VERSION:=0.22.0
|
||||
PKG_RELEASE:=7
|
||||
PKG_VERSION:=0.24.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/hybridgroup/cylon-firmata.git
|
||||
PKG_SOURCE_VERSION:=0c37da77e48b3e2cc3a8d566822a17689de91b40
|
||||
PKG_SOURCE_VERSION:=a930f8446f23ec2cb28aadeff54b79ab7704e3a0
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION)
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_MIRROR_HASH:=e531d3c92965518c60d52bc497bfa9be563ee68c3cf65c77fa55d5e9c2627367
|
||||
PKG_MIRROR_HASH:=dceb75539d32f402db0a5f68f2c7e2b52e5547a5ac2dec875d34fd3cc95cce00
|
||||
|
||||
PKG_BUILD_DEPENDS:=node/host
|
||||
PKG_NODE_VERSION:=6.11.2
|
||||
PKG_NODE_VERSION:=8.10.0
|
||||
|
||||
PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
Index: node-cylon-0.22.0/package.json
|
||||
===================================================================
|
||||
--- node-cylon-0.22.0.orig/package.json 2015-10-20 20:32:48.000000000 +0200
|
||||
+++ node-cylon-0.22.0/package.json 2015-10-21 10:42:20.616109122 +0200
|
||||
@@ -38,7 +38,6 @@
|
||||
--- a/package.json
|
||||
+++ b/package.json
|
||||
@@ -41,7 +41,8 @@
|
||||
},
|
||||
|
||||
"dependencies": {
|
||||
- "firmata": ">= 0.3.2",
|
||||
"cylon": "1.1.0",
|
||||
"cylon-gpio": "0.26.0",
|
||||
"cylon-i2c": "0.22.0"
|
||||
- "firmata": ">= 0.8.0",
|
||||
- "cylon": "^1.3.0"
|
||||
+ "cylon": "^1.3.0",
|
||||
+ "cylon-gpio": "0.30.1",
|
||||
+ "cylon-i2c": "0.26.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue