network/AdGuardHome: Updated for version 0.105.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
92651da901
commit
7f55f641d1
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for AdGuardHome
|
||||
|
||||
# Copyright 2019-2020, Alexander Verbovetsky, Moscow, Russia
|
||||
# Copyright 2019-2021, Alexander Verbovetsky, Moscow, Russia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=AdGuardHome
|
||||
VERSION=${VERSION:-0.104.3}
|
||||
VERSION=${VERSION:-0.105.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="AdGuardHome"
|
||||
VERSION="0.104.3"
|
||||
VERSION="0.105.0"
|
||||
HOMEPAGE="https://adguard.com/adguard-home.html"
|
||||
DOWNLOAD="https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.104.3/AdGuardHome_linux_386.tar.gz"
|
||||
MD5SUM="de044ab0700b3d460bf248afd137ec80"
|
||||
DOWNLOAD_x86_64="https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.104.3/AdGuardHome_linux_amd64.tar.gz"
|
||||
MD5SUM_x86_64="4a1133e2b3d9e05709ae08c2e1e0728f"
|
||||
DOWNLOAD="https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.105.0/AdGuardHome_linux_386.tar.gz"
|
||||
MD5SUM="85eb5b347731e29bc75f7c901bdb5831"
|
||||
DOWNLOAD_x86_64="https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.105.0/AdGuardHome_linux_amd64.tar.gz"
|
||||
MD5SUM_x86_64="86a322abfabb36e7ea31b3a5fecb4adf"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Alexander Verbovetsky"
|
||||
EMAIL="alik@ejik.org"
|
||||
|
|
Loading…
Reference in New Issue