network/AdGuardHome: Updated for version 0.107.14.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alexander Verbovetsky 2022-10-01 07:31:40 +07:00 committed by Willy Sudiarto Raharjo
parent 98efd66abf
commit 10cdd9c5db
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=AdGuardHome
VERSION=${VERSION:-0.107.13}
VERSION=${VERSION:-0.107.14}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="AdGuardHome"
VERSION="0.107.13"
VERSION="0.107.14"
HOMEPAGE="https://adguard.com/adguard-home.html"
DOWNLOAD="https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.13/AdGuardHome_linux_386.tar.gz"
MD5SUM="420a421d5a7813f67b7ba13320fc554f"
DOWNLOAD_x86_64="https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.13/AdGuardHome_linux_amd64.tar.gz"
MD5SUM_x86_64="1796c3ac9718702fc9f0b711ed12c318"
DOWNLOAD="https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.14/AdGuardHome_linux_386.tar.gz"
MD5SUM="eaa910b4926e1c581e141b6bd3cea6b2"
DOWNLOAD_x86_64="https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.14/AdGuardHome_linux_amd64.tar.gz"
MD5SUM_x86_64="8eca453a81a48aba284a88c5df66f76d"
REQUIRES=""
MAINTAINER="Alexander Verbovetsky"
EMAIL="alik@ejik.org"