diff options
author | YiZhen Choo <yizhen.c02@gmail.com> | 2022-09-08 00:05:16 +0800 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2022-09-14 22:19:08 +0300 |
commit | e806d85e46ae563e9fd334972dcb019a88442cbd (patch) | |
tree | b4394a459683e900acb7e97959bf994b5b521510 /net/adguardhome | |
parent | c588b92d517fa015d5ca54cce26d29e35f8bfa97 (diff) |
AdGuardHome: update to v0.107.12
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 d1d46466f..ebb7d7e85 100644 --- a/net/adguardhome/Makefile +++ b/net/adguardhome/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=adguardhome -PKG_VERSION:=0.107.11 +PKG_VERSION:=0.107.12 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=v$(PKG_VERSION) PKG_SOURCE_URL:=https://github.com/AdguardTeam/AdGuardHome -PKG_MIRROR_HASH:=a174648d590124b565a73f8a8ed5ebaef2ec464b509bc92741bc964ef1a2f394 +PKG_MIRROR_HASH:=e964370ef3901793c0d5c0b5492e55cd7c1df391bcd2f732bd720f9e79a1c127 PKG_LICENSE:=GPL-3.0-only PKG_LICENSE_FILES:=LICENSE.txt |