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 /network/dnscrypt-proxy/dnscrypt-proxy.SlackBuild | |
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>
Diffstat (limited to 'network/dnscrypt-proxy/dnscrypt-proxy.SlackBuild')
-rw-r--r-- | network/dnscrypt-proxy/dnscrypt-proxy.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/dnscrypt-proxy/dnscrypt-proxy.SlackBuild b/network/dnscrypt-proxy/dnscrypt-proxy.SlackBuild index 01a89c316eead..835c2005126b9 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 ./... |