network/AdGuardHome: Updated for version 0.107.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alexander Verbovetsky 2022-04-24 21:47:52 +07:00 committed by Willy Sudiarto Raharjo
parent 5dc36c680a
commit ebebf6fc33
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 9 additions and 10 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for AdGuardHome
# Copyright 2019-2021, Alexander Verbovetsky, Moscow, Russia
# Copyright 2019-2022, Alexander Verbovetsky, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=AdGuardHome
VERSION=${VERSION:-0.105.2}
VERSION=${VERSION:-0.107.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -37,9 +37,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@ -77,6 +74,8 @@ install -m 0755 -o root -g root AdGuardHome $PKG/usr/sbin
install -m 0644 -o root -g root $CWD/rc.AdGuardHome \
$PKG/etc/rc.d/rc.AdGuardHome.new
mkdir -p $PKG/var/lib/AdGuardHome
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View file

@ -1,10 +1,10 @@
PRGNAM="AdGuardHome"
VERSION="0.105.2"
VERSION="0.107.6"
HOMEPAGE="https://adguard.com/adguard-home.html"
DOWNLOAD="https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.105.2/AdGuardHome_linux_386.tar.gz"
MD5SUM="257243522f370491c4c3515270dbf5f1"
DOWNLOAD_x86_64="https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.105.2/AdGuardHome_linux_amd64.tar.gz"
MD5SUM_x86_64="e7e99dda4cbe67e8f65545440805b4e2"
DOWNLOAD="https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.6/AdGuardHome_linux_386.tar.gz"
MD5SUM="65eea27db389e3a8aefe1f24600d0874"
DOWNLOAD_x86_64="https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.6/AdGuardHome_linux_amd64.tar.gz"
MD5SUM_x86_64="f9dfde9ebb8882b6ecdb672d82db1cd6"
REQUIRES=""
MAINTAINER="Alexander Verbovetsky"
EMAIL="alik@ejik.org"