aboutsummaryrefslogtreecommitdiff
path: root/lang/node-homebridge
diff options
context:
space:
mode:
authorHirokazu MORIKAWA <morikw2@gmail.com>2020-09-22 09:05:32 +0900
committerHirokazu MORIKAWA <morikw2@gmail.com>2020-09-22 09:05:32 +0900
commit6416b6f23a38ce315ecea14d932876e78ab27110 (patch)
tree916efbdaae2e753e85d872c5eb20b6bcb5db275e /lang/node-homebridge
parentbd7322a4bca7bc7ff16e5d632ebe54701d188eaf (diff)
node-homebridge: update to 1.2.3
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Diffstat (limited to 'lang/node-homebridge')
-rw-r--r--lang/node-homebridge/Makefile4
-rw-r--r--lang/node-homebridge/patches/000-add_module_search_path.patch2
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/node-homebridge/Makefile b/lang/node-homebridge/Makefile
index e2f8653dc..080c2d2d2 100644
--- a/lang/node-homebridge/Makefile
+++ b/lang/node-homebridge/Makefile
@@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk
PKG_NPM_NAME:=homebridge
PKG_NAME:=node-$(PKG_NPM_NAME)
-PKG_VERSION:=1.2.2
+PKG_VERSION:=1.2.3
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=https://registry.npmjs.org/$(PKG_NPM_NAME)/-/
-PKG_HASH:=8899b4c3fd06677f70f5785068aed93d16d8837bbfc4145c312a1151ccee194c
+PKG_HASH:=80f1bbd2021942f4ec47d662f9ec208ca7fb7490d981cdc409f19809604cb592
PKG_BUILD_DEPENDS:=node/host
PKG_USE_MIPS16:=0
diff --git a/lang/node-homebridge/patches/000-add_module_search_path.patch b/lang/node-homebridge/patches/000-add_module_search_path.patch
index 265503627..911182c18 100644
--- a/lang/node-homebridge/patches/000-add_module_search_path.patch
+++ b/lang/node-homebridge/patches/000-add_module_search_path.patch
@@ -1,6 +1,6 @@
--- a/lib/pluginManager.js
+++ b/lib/pluginManager.js
-@@ -308,6 +308,7 @@
+@@ -324,6 +324,7 @@
else {
this.searchPaths.add("/usr/local/lib/node_modules");
this.searchPaths.add("/usr/lib/node_modules");