mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/AdGuardHome: Updated for version 0.100.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
09cd393c56
commit
9a00141ac2
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for AdGuardHome
|
||||
|
||||
# Copyright 2019, Alexander Verbovetsky, Moscow, Russia
|
||||
# Copyright 2019-2020, 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.100.8}
|
||||
VERSION=${VERSION:-0.100.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="AdGuardHome"
|
||||
VERSION="0.100.8"
|
||||
VERSION="0.100.9"
|
||||
HOMEPAGE="https://adguard.com/adguard-home.html"
|
||||
DOWNLOAD="https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.100.8/AdGuardHome_linux_386.tar.gz"
|
||||
MD5SUM="85f48f8fc81edf8559f2099a5f19bfcf"
|
||||
DOWNLOAD_x86_64="https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.100.8/AdGuardHome_linux_amd64.tar.gz"
|
||||
MD5SUM_x86_64="6407487ceba2d077884f507d2fe3ced9"
|
||||
DOWNLOAD="https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.100.9/AdGuardHome_linux_386.tar.gz"
|
||||
MD5SUM="1fc63a98fb382d0c49af8cbabdd10ffc"
|
||||
DOWNLOAD_x86_64="https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.100.9/AdGuardHome_linux_amd64.tar.gz"
|
||||
MD5SUM_x86_64="696ce962c4dc7db9491d6684286b9247"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Alexander Verbovetsky"
|
||||
EMAIL="alik@ejik.org"
|
||||
|
|
Loading…
Reference in a new issue