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
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with
9 additions and
8 deletions
-
network/dnsproxy-bin/config.yaml.dist
-
network/dnsproxy-bin/dnsproxy-bin.SlackBuild
-
network/dnsproxy-bin/dnsproxy-bin.info
|
|
@ -0,0 +1 @@ |
|
|
|
/home/slider/sbodl-cache/config.yaml.dist |
|
|
@ -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} |
|
|
|
|
|
@ -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" |
|
|
|