From 6f141bec63c2f8af9eb236b813c7d9ca1a5981a0 Mon Sep 17 00:00:00 2001 From: Milinda Brantini Date: Fri, 7 Jun 2024 15:22:22 +0800 Subject: [PATCH] adguardhome: Update to 0.107.51 View the release notes for more information: https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.51 Signed-off-by: Milinda Brantini --- net/adguardhome/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/adguardhome/Makefile b/net/adguardhome/Makefile index 4e59db217b..4c79d14651 100644 --- a/net/adguardhome/Makefile +++ b/net/adguardhome/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=adguardhome -PKG_VERSION:=0.107.48 +PKG_VERSION:=0.107.51 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=v$(PKG_VERSION) PKG_SOURCE_URL:=https://github.com/AdguardTeam/AdGuardHome -PKG_MIRROR_HASH:=74d53a1fffeb5c24db536efadc92eeab2d8978277e513a98e630d2a3f7d142f6 +PKG_MIRROR_HASH:=2a0f13656aae4504a5966efe5295507a60e506d308efaa1c902d5c6bb9c2e527 PKG_LICENSE:=GPL-3.0-only PKG_LICENSE_FILES:=LICENSE.txt -- 2.30.2