Merge pull request #20168 from 1715173329/my/2102-adg

[openwrt-21.02] adguardhome: update to v0.107.21
This commit is contained in:
Josef Schlehofer 2022-12-28 11:49:18 +01:00 committed by GitHub
commit 6690f9cf7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -6,13 +6,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=adguardhome
PKG_VERSION:=0.107.6
PKG_VERSION:=0.107.21
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:=b7a5e666471f44e405088c5719c6bd030058a80ede1832c246cd70c10dc3993e
PKG_LICENSE:=GPL-3.0-only
PKG_LICENSE_FILES:=LICENSE.txt

View File

@ -4,8 +4,8 @@ PROG=/usr/bin/AdGuardHome
USE_PROCD=1
# starts after network starts
START=21
# starts just after network starts to avoid some network race conditions
START=25
# stops before networking stops
STOP=89