Browse Source

node-homebridge: update to 0.4.49

Node.js 12 support

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
lilik-openwrt-22.03
Hirokazu MORIKAWA 5 years ago
parent
commit
89eba2d04c
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      lang/node-homebridge/Makefile

+ 3
- 3
lang/node-homebridge/Makefile View File

@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk
PKG_NPM_NAME:=homebridge
PKG_NAME:=node-$(PKG_NPM_NAME)
PKG_VERSION:=0.4.48
PKG_RELEASE:=2
PKG_VERSION:=0.4.49
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=http://registry.npmjs.org/$(PKG_NPM_NAME)/-/
PKG_HASH:=020a4d882c04ed26a3c96b8a5e82768b29309cf461aa9a17f330887ed12e3e6b
PKG_HASH:=1507c2ec513e6c8871d59537b502a1ed24c93e4cb59f1eca8c7fa35d77877cb3
PKG_BUILD_DEPENDS:=node/host
PKG_USE_MIPS16:=0


Loading…
Cancel
Save