diff options
author | YiZhen Choo <yizhen.c02@gmail.com> | 2022-10-07 23:47:50 +0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-10-21 15:09:39 -0700 |
commit | 64dabe2d681f013c834f447496ad57b413790b0b (patch) | |
tree | df7113e25862e263187a85ceb4cc270aea138eee /net/adguardhome | |
parent | d4134174bcd985c15b0407e3f7d39e089bc81cce (diff) |
AdGuardHome: update to v0.107.16
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 ebb7d7e85..0a5d0da30 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 |