network/dnsproxy-bin: Updated for version 0.67.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alexander Verbovetsky 2024-04-03 10:03:56 +07:00 committed by Willy Sudiarto Raharjo
parent ccd3fe9f1e
commit e69b2f4191
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=dnsproxy-bin
VERSION=${VERSION:-0.66.0}
VERSION=${VERSION:-0.67.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,13 +1,13 @@
PRGNAM="dnsproxy-bin"
VERSION="0.66.0"
VERSION="0.67.0"
HOMEPAGE="https://github.com/AdguardTeam/dnsproxy"
DOWNLOAD="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.66.0/dnsproxy-linux-386-v0.66.0.tar.gz \
DOWNLOAD="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.67.0/dnsproxy-linux-386-v0.67.0.tar.gz \
https://raw.githubusercontent.com/AdguardTeam/dnsproxy/master/config.yaml.dist"
MD5SUM="f5b281f6291bdba38b8588cbba9cbc7d \
MD5SUM="aa9b8efb45af165cea81980093295111 \
5a8aaaacbc3aeb1af4aac34233f2d14b"
DOWNLOAD_x86_64="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.66.0/dnsproxy-linux-amd64-v0.66.0.tar.gz \
DOWNLOAD_x86_64="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.67.0/dnsproxy-linux-amd64-v0.67.0.tar.gz \
https://raw.githubusercontent.com/AdguardTeam/dnsproxy/master/config.yaml.dist"
MD5SUM_x86_64="8596e3a38f67cadaad323134c4a22594 \
MD5SUM_x86_64="7fb59487b422558f166e440fe5dd6421 \
5a8aaaacbc3aeb1af4aac34233f2d14b"
REQUIRES=""
MAINTAINER="Alexander Verbovetsky"