summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Alexander Verbovetsky2024-04-27 01:45:16 +0200
committer Willy Sudiarto Raharjo2024-04-27 02:35:30 +0200
commit073ba9ee8d838f167468362c11c56f5f650875e3 (patch)
tree7809683c4e75bcc89d88a0b63955062616443147
parent0a4e158bd8b7525a2c3499255a2f7e841da6b138 (diff)
downloadslackbuilds-073ba9ee8d838f167468362c11c56f5f650875e3.tar.gz
network/dnsproxy-bin: Updated for version 0.71.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/dnsproxy-bin/dnsproxy-bin.SlackBuild2
-rw-r--r--network/dnsproxy-bin/dnsproxy-bin.info14
2 files changed, 8 insertions, 8 deletions
diff --git a/network/dnsproxy-bin/dnsproxy-bin.SlackBuild b/network/dnsproxy-bin/dnsproxy-bin.SlackBuild
index 754f02619a..5e51285404 100644
--- a/network/dnsproxy-bin/dnsproxy-bin.SlackBuild
+++ b/network/dnsproxy-bin/dnsproxy-bin.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=dnsproxy-bin
-VERSION=${VERSION:-0.70.0}
+VERSION=${VERSION:-0.71.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/network/dnsproxy-bin/dnsproxy-bin.info b/network/dnsproxy-bin/dnsproxy-bin.info
index a92b474217..5e0ff83294 100644
--- a/network/dnsproxy-bin/dnsproxy-bin.info
+++ b/network/dnsproxy-bin/dnsproxy-bin.info
@@ -1,13 +1,13 @@
PRGNAM="dnsproxy-bin"
-VERSION="0.70.0"
+VERSION="0.71.0"
HOMEPAGE="https://github.com/AdguardTeam/dnsproxy"
-DOWNLOAD="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.70.0/dnsproxy-linux-386-v0.70.0.tar.gz \
- https://raw.githubusercontent.com/AdguardTeam/dnsproxy/v0.70.0/config.yaml.dist"
-MD5SUM="2477cd961231ea37dacd5f66306e3a27 \
+DOWNLOAD="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.71.0/dnsproxy-linux-386-v0.71.0.tar.gz \
+ https://raw.githubusercontent.com/AdguardTeam/dnsproxy/v0.71.0/config.yaml.dist"
+MD5SUM="be403c487eb5fe5afe70a3f027986a39 \
5a8aaaacbc3aeb1af4aac34233f2d14b"
-DOWNLOAD_x86_64="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.70.0/dnsproxy-linux-amd64-v0.70.0.tar.gz \
- https://raw.githubusercontent.com/AdguardTeam/dnsproxy/v0.70.0/config.yaml.dist"
-MD5SUM_x86_64="3866f2ffc11a96222e6d2986ee1d743e \
+DOWNLOAD_x86_64="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.71.0/dnsproxy-linux-amd64-v0.71.0.tar.gz \
+ https://raw.githubusercontent.com/AdguardTeam/dnsproxy/v0.71.0/config.yaml.dist"
+MD5SUM_x86_64="99d0b78843bc089668e09346c516c68e \
5a8aaaacbc3aeb1af4aac34233f2d14b"
REQUIRES=""
MAINTAINER="Alexander Verbovetsky"