mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/dnsproxy-bin: Updated for version 0.72.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
291dd2fe2a
commit
d7631d3abe
2 changed files with 8 additions and 8 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=dnsproxy-bin
|
||||
VERSION=${VERSION:-0.71.2}
|
||||
VERSION=${VERSION:-0.72.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
PRGNAM="dnsproxy-bin"
|
||||
VERSION="0.71.2"
|
||||
VERSION="0.72.0"
|
||||
HOMEPAGE="https://github.com/AdguardTeam/dnsproxy"
|
||||
DOWNLOAD="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.71.2/dnsproxy-linux-386-v0.71.2.tar.gz \
|
||||
https://raw.githubusercontent.com/AdguardTeam/dnsproxy/v0.71.2/config.yaml.dist"
|
||||
MD5SUM="131747ba19cd75dae57ea1e5781df363 \
|
||||
DOWNLOAD="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.72.0/dnsproxy-linux-386-v0.72.0.tar.gz \
|
||||
https://raw.githubusercontent.com/AdguardTeam/dnsproxy/v0.72.0/config.yaml.dist"
|
||||
MD5SUM="aefc3c564a56dc19b909fd19765f53e5 \
|
||||
5a8aaaacbc3aeb1af4aac34233f2d14b"
|
||||
DOWNLOAD_x86_64="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.71.2/dnsproxy-linux-amd64-v0.71.2.tar.gz \
|
||||
https://raw.githubusercontent.com/AdguardTeam/dnsproxy/v0.71.2/config.yaml.dist"
|
||||
MD5SUM_x86_64="0bee8ae22f214aa30ee55cd7f74b01c6 \
|
||||
DOWNLOAD_x86_64="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.72.0/dnsproxy-linux-amd64-v0.72.0.tar.gz \
|
||||
https://raw.githubusercontent.com/AdguardTeam/dnsproxy/v0.72.0/config.yaml.dist"
|
||||
MD5SUM_x86_64="26dd2bec816a5d3cae868487f1525b97 \
|
||||
5a8aaaacbc3aeb1af4aac34233f2d14b"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Alexander Verbovetsky"
|
||||
|
|
Loading…
Reference in a new issue