diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-06-02 18:36:56 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-06-04 07:38:19 +0700 |
commit | 690091eeb28d3ae827b3d062b0b8e81591ef3cb0 (patch) | |
tree | 0ac9056a5f91cbf802c11b662765e6cff873ec72 | |
parent | 77d9c4b6b70a1697a2a43f53946579d52f6e49d9 (diff) |
network/dnscrypt-proxy: Updated for version 2.0.45.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/dnscrypt-proxy/dnscrypt-proxy.SlackBuild | 3 | ||||
-rw-r--r-- | network/dnscrypt-proxy/dnscrypt-proxy.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/network/dnscrypt-proxy/dnscrypt-proxy.SlackBuild b/network/dnscrypt-proxy/dnscrypt-proxy.SlackBuild index 01a89c316eea..835c2005126b 100644 --- a/network/dnscrypt-proxy/dnscrypt-proxy.SlackBuild +++ b/network/dnscrypt-proxy/dnscrypt-proxy.SlackBuild @@ -27,7 +27,7 @@ # significantly improved the value of this script! PRGNAM=dnscrypt-proxy -VERSION=${VERSION:-2.0.42} +VERSION=${VERSION:-2.0.45} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -75,6 +75,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +export GO111MODULE=auto export GOPATH="$TMP/$PRGNAM-$VERSION" go install -a -x ./... diff --git a/network/dnscrypt-proxy/dnscrypt-proxy.info b/network/dnscrypt-proxy/dnscrypt-proxy.info index 99c27a29ac75..1ae915490616 100644 --- a/network/dnscrypt-proxy/dnscrypt-proxy.info +++ b/network/dnscrypt-proxy/dnscrypt-proxy.info @@ -1,8 +1,8 @@ PRGNAM="dnscrypt-proxy" -VERSION="2.0.42" +VERSION="2.0.45" HOMEPAGE="https://github.com/jedisct1/dnscrypt-proxy" -DOWNLOAD="https://github.com/jedisct1/dnscrypt-proxy/archive/2.0.42/dnscrypt-proxy-2.0.42.tar.gz" -MD5SUM="9892c5d281b57c5f315d2f95cd6c33d8" +DOWNLOAD="https://github.com/jedisct1/dnscrypt-proxy/archive/2.0.45/dnscrypt-proxy-2.0.45.tar.gz" +MD5SUM="200c8a9bcf38c85648c9288f31b2ea68" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="google-go-lang" |