From 64dabe2d681f013c834f447496ad57b413790b0b Mon Sep 17 00:00:00 2001 From: YiZhen Choo Date: Fri, 7 Oct 2022 23:47:50 +0800 Subject: [PATCH] AdGuardHome: update to v0.107.16 Signed-off-by: YiZhen Choo --- net/adguardhome/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/adguardhome/Makefile b/net/adguardhome/Makefile index ebb7d7e857..0a5d0da304 100644 --- a/net/adguardhome/Makefile +++ b/net/adguardhome/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=adguardhome -PKG_VERSION:=0.107.12 +PKG_VERSION:=0.107.16 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=v$(PKG_VERSION) PKG_SOURCE_URL:=https://github.com/AdguardTeam/AdGuardHome -PKG_MIRROR_HASH:=e964370ef3901793c0d5c0b5492e55cd7c1df391bcd2f732bd720f9e79a1c127 +PKG_MIRROR_HASH:=c41f8e9b9495b1684adcd1a9c0fe7af4a3ec225b19ced46fce477c4fb0db1ed4 PKG_LICENSE:=GPL-3.0-only PKG_LICENSE_FILES:=LICENSE.txt -- 2.30.2