diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-04-10 07:42:57 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-10 17:04:47 +0700 |
commit | 28d8fa62bed86d25a09b17104f931098ab608f66 (patch) | |
tree | 113abe6b597e2775bb3af82189fc830deefae3e1 /network/verm/verm.SlackBuild | |
parent | d1cd9a6d30fc66906f58e285280b2b9645523809 (diff) | |
download | slackbuilds-28d8fa62bed86d25a09b17104f931098ab608f66.tar.gz |
network/verm: Updated for version 1.5.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/verm/verm.SlackBuild')
-rw-r--r-- | network/verm/verm.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/network/verm/verm.SlackBuild b/network/verm/verm.SlackBuild index 7cf47f213e..501041a028 100644 --- a/network/verm/verm.SlackBuild +++ b/network/verm/verm.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for verm -# Copyright 2016-2018 Andrew Clemons, Wellington New Zealand +# Copyright 2016-2018,2021 Andrew Clemons, Wellington New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=verm -VERSION=${VERSION:-1.5.1} +VERSION=${VERSION:-1.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,6 +72,8 @@ 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 {} \; +rm -f go.mod # go.mod exists but should not + SRCDIR="$(pwd)" export GOPATH="$SRCDIR" mkdir -p src/github.com/willbryant |