network/dnsproxy-bin: Updated for version 0.66.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alexander Verbovetsky 2024-03-15 20:29:54 +07:00 committed by Willy Sudiarto Raharjo
parent d768e6306b
commit 378ddef064
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.65.2}
VERSION=${VERSION:-0.66.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

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