diff options
author | YiZhen Choo <yizhen.c02@gmail.com> | 2022-08-19 23:31:46 +0800 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-08-30 11:15:26 +0200 |
commit | 79acc3c21f48b5d38f9e43d802d7dcdfee9f6606 (patch) | |
tree | 30d42b77952183dab58d8e5327424b15d7b0da1d /net/adguardhome | |
parent | ebf86a645affaa6db89d564f7f1d93feeed009a7 (diff) |
AdGuardHome: update to v0.107.11
Signed-off-by: YiZhen Choo <yizhen.c02@gmail.com>
Diffstat (limited to 'net/adguardhome')
-rw-r--r-- | net/adguardhome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/adguardhome/Makefile b/net/adguardhome/Makefile index 639f5d4d3..d1d46466f 100644 --- a/net/adguardhome/Makefile +++ b/net/adguardhome/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=adguardhome -PKG_VERSION:=0.107.6 +PKG_VERSION:=0.107.11 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=v$(PKG_VERSION) PKG_SOURCE_URL:=https://github.com/AdguardTeam/AdGuardHome -PKG_MIRROR_HASH:=6ad030cf8e47e35354b24cd6bdfce3afb9e26006a81a0596f11aaba8cfcc9e9b +PKG_MIRROR_HASH:=a174648d590124b565a73f8a8ed5ebaef2ec464b509bc92741bc964ef1a2f394 PKG_LICENSE:=GPL-3.0-only PKG_LICENSE_FILES:=LICENSE.txt |