summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Alexander Verbovetsky <alik@ejik.org>2024-05-04 09:23:06 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-05-04 21:45:18 +0700
commit225b609d6d10c70989ad1a9fbc9282ad8870b9c1 (patch)
treeda6d89af77ee61fba73147bb044023281d359f12
parent1f0505e1bb42ed55b87c2029a891aa77c6d88b82 (diff)
downloadslackbuilds-225b609d6d10c70989ad1a9fbc9282ad8870b9c1.tar.gz
slackbuilds-225b609d6d10c70989ad1a9fbc9282ad8870b9c1.tar.xz
network/dnsproxy-bin: Updated for version 0.71.1.
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 5e51285404..3700915963 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.71.0}
+VERSION=${VERSION:-0.71.1}
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 5e0ff83294..2142d4f910 100644
--- a/network/dnsproxy-bin/dnsproxy-bin.info
+++ b/network/dnsproxy-bin/dnsproxy-bin.info
@@ -1,13 +1,13 @@
PRGNAM="dnsproxy-bin"
-VERSION="0.71.0"
+VERSION="0.71.1"
HOMEPAGE="https://github.com/AdguardTeam/dnsproxy"
-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 \
+DOWNLOAD="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.71.1/dnsproxy-linux-386-v0.71.1.tar.gz \
+ https://raw.githubusercontent.com/AdguardTeam/dnsproxy/v0.71.1/config.yaml.dist"
+MD5SUM="1536d50297c7fdaa1754f15be45785ab \
5a8aaaacbc3aeb1af4aac34233f2d14b"
-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 \
+DOWNLOAD_x86_64="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.71.1/dnsproxy-linux-amd64-v0.71.1.tar.gz \
+ https://raw.githubusercontent.com/AdguardTeam/dnsproxy/v0.71.1/config.yaml.dist"
+MD5SUM_x86_64="1dd834f8afa0eb721977a1ede6cf8a5f \
5a8aaaacbc3aeb1af4aac34233f2d14b"
REQUIRES=""
MAINTAINER="Alexander Verbovetsky"