Browse Source

network/dnsproxy-bin: Updated for version 0.76.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
master
fourtysixandtwo 2 days ago
committed by Willy Sudiarto Raharjo
parent
commit
c3c1465c0f
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 1
      network/dnsproxy-bin/config.yaml.dist
  2. 2
      network/dnsproxy-bin/dnsproxy-bin.SlackBuild
  3. 14
      network/dnsproxy-bin/dnsproxy-bin.info

1
network/dnsproxy-bin/config.yaml.dist

@ -0,0 +1 @@
/home/slider/sbodl-cache/config.yaml.dist

2
network/dnsproxy-bin/dnsproxy-bin.SlackBuild

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=dnsproxy-bin
VERSION=${VERSION:-0.76.1}
VERSION=${VERSION:-0.76.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

14
network/dnsproxy-bin/dnsproxy-bin.info

@ -1,13 +1,13 @@
PRGNAM="dnsproxy-bin"
VERSION="0.76.1"
VERSION="0.76.2"
HOMEPAGE="https://github.com/AdguardTeam/dnsproxy"
DOWNLOAD="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.76.1/dnsproxy-linux-386-v0.76.1.tar.gz \
https://raw.githubusercontent.com/AdguardTeam/dnsproxy/v0.76.1/config.yaml.dist"
MD5SUM="62fae3680910e05df56049dbd69bb091 \
DOWNLOAD="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.76.2/dnsproxy-linux-386-v0.76.2.tar.gz \
https://raw.githubusercontent.com/AdguardTeam/dnsproxy/v0.76.2/config.yaml.dist"
MD5SUM="48b7b66d2de399672676c8d0c8a263ad \
5a8aaaacbc3aeb1af4aac34233f2d14b"
DOWNLOAD_x86_64="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.76.1/dnsproxy-linux-amd64-v0.76.1.tar.gz \
https://raw.githubusercontent.com/AdguardTeam/dnsproxy/v0.76.1/config.yaml.dist"
MD5SUM_x86_64="447313b8fd9700365209710d26a4b6ea \
DOWNLOAD_x86_64="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.76.2/dnsproxy-linux-amd64-v0.76.2.tar.gz \
https://raw.githubusercontent.com/AdguardTeam/dnsproxy/v0.76.2/config.yaml.dist"
MD5SUM_x86_64="64b19795386051022918c6cc98ed4246 \
5a8aaaacbc3aeb1af4aac34233f2d14b"
REQUIRES=""
MAINTAINER="fourtysixandtwo"

Loading…
Cancel
Save