Browse Source
network/dnsproxy-bin: Updated for version 0.76.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/314/head
fourtysixandtwo
2 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
8 additions and
8 deletions
-
network/dnsproxy-bin/dnsproxy-bin.SlackBuild
-
network/dnsproxy-bin/dnsproxy-bin.info
|
|
@ -26,7 +26,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=dnsproxy-bin |
|
|
|
VERSION=${VERSION:-0.76.0} |
|
|
|
VERSION=${VERSION:-0.76.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,13 +1,13 @@ |
|
|
|
PRGNAM="dnsproxy-bin" |
|
|
|
VERSION="0.76.0" |
|
|
|
VERSION="0.76.1" |
|
|
|
HOMEPAGE="https://github.com/AdguardTeam/dnsproxy" |
|
|
|
DOWNLOAD="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.76.0/dnsproxy-linux-386-v0.76.0.tar.gz \ |
|
|
|
https://raw.githubusercontent.com/AdguardTeam/dnsproxy/v0.76.0/config.yaml.dist" |
|
|
|
MD5SUM="269169e88f72b32a434c4d93b6b3d29b \ |
|
|
|
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 \ |
|
|
|
5a8aaaacbc3aeb1af4aac34233f2d14b" |
|
|
|
DOWNLOAD_x86_64="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.76.0/dnsproxy-linux-amd64-v0.76.0.tar.gz \ |
|
|
|
https://raw.githubusercontent.com/AdguardTeam/dnsproxy/v0.76.0/config.yaml.dist" |
|
|
|
MD5SUM_x86_64="31604a070df451a95f28b6549e86b87f \ |
|
|
|
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 \ |
|
|
|
5a8aaaacbc3aeb1af4aac34233f2d14b" |
|
|
|
REQUIRES="" |
|
|
|
MAINTAINER="fourtysixandtwo" |
|
|
|