network/AdGuardHome: Updated for version 0.107.8.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alexander Verbovetsky 2022-07-15 19:57:38 +01:00 committed by Willy Sudiarto Raharjo
parent 52600b45fb
commit e28eedb991
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.7}
VERSION=${VERSION:-0.107.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="AdGuardHome"
VERSION="0.107.7"
VERSION="0.107.8"
HOMEPAGE="https://adguard.com/adguard-home.html"
DOWNLOAD="https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.7/AdGuardHome_linux_386.tar.gz"
MD5SUM="a32c94e2b7db76c766b84b47f1137ceb"
DOWNLOAD_x86_64="https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.7/AdGuardHome_linux_amd64.tar.gz"
MD5SUM_x86_64="74212488d4c5431b58ed521ba4809f26"
DOWNLOAD="https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.8/AdGuardHome_linux_386.tar.gz"
MD5SUM="ce790b1318932c9d97ca46159275a358"
DOWNLOAD_x86_64="https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.8/AdGuardHome_linux_amd64.tar.gz"
MD5SUM_x86_64="e3401eebc7e47cd50915e1f18d856015"
REQUIRES=""
MAINTAINER="Alexander Verbovetsky"
EMAIL="alik@ejik.org"