mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #13460 from nxhack/homebridge_123
node-homebridge: update to 1.2.3
This commit is contained in:
@@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NPM_NAME:=homebridge
|
PKG_NPM_NAME:=homebridge
|
||||||
PKG_NAME:=node-$(PKG_NPM_NAME)
|
PKG_NAME:=node-$(PKG_NPM_NAME)
|
||||||
PKG_VERSION:=1.2.2
|
PKG_VERSION:=1.2.3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
|
PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
|
||||||
PKG_SOURCE_URL:=https://registry.npmjs.org/$(PKG_NPM_NAME)/-/
|
PKG_SOURCE_URL:=https://registry.npmjs.org/$(PKG_NPM_NAME)/-/
|
||||||
PKG_HASH:=8899b4c3fd06677f70f5785068aed93d16d8837bbfc4145c312a1151ccee194c
|
PKG_HASH:=80f1bbd2021942f4ec47d662f9ec208ca7fb7490d981cdc409f19809604cb592
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=node/host
|
PKG_BUILD_DEPENDS:=node/host
|
||||||
PKG_USE_MIPS16:=0
|
PKG_USE_MIPS16:=0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
--- a/lib/pluginManager.js
|
--- a/lib/pluginManager.js
|
||||||
+++ b/lib/pluginManager.js
|
+++ b/lib/pluginManager.js
|
||||||
@@ -308,6 +308,7 @@
|
@@ -324,6 +324,7 @@
|
||||||
else {
|
else {
|
||||||
this.searchPaths.add("/usr/local/lib/node_modules");
|
this.searchPaths.add("/usr/local/lib/node_modules");
|
||||||
this.searchPaths.add("/usr/lib/node_modules");
|
this.searchPaths.add("/usr/lib/node_modules");
|
||||||
|
|||||||
Reference in New Issue
Block a user