Browse Source

Merge pull request #11532 from nxhack/homebridge_0452

node-homebridge: update to 0.4.52
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
68979accfd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lang/node-homebridge/Makefile

+ 2
- 2
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.50
PKG_VERSION:=0.4.52
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=http://registry.npmjs.org/$(PKG_NPM_NAME)/-/
PKG_HASH:=85541254b44c0b70e38ed5e49a9c6a68a20467b99fe0ff3703ca9fc422ce879c
PKG_HASH:=2acab13e3a48d47917b31cf137fd034872ef5a1f3683cfd8c295e544decdc848
PKG_BUILD_DEPENDS:=node/host
PKG_USE_MIPS16:=0


Loading…
Cancel
Save