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>
This commit is contained in:
Andrew Clemons 2021-04-10 07:42:57 +12:00 committed by Willy Sudiarto Raharjo
parent d1cd9a6d30
commit 28d8fa62be
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 5 deletions

View file

@ -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

View file

@ -1,8 +1,8 @@
PRGNAM="verm"
VERSION="1.5.1"
VERSION="1.5.2"
HOMEPAGE="https://github.com/willbryant/verm"
DOWNLOAD="https://github.com/willbryant/verm/archive/1.5.1/verm-1.5.1.tar.gz"
MD5SUM="18b7c847dda5c52a74bb49ecd35a447a"
DOWNLOAD="https://github.com/willbryant/verm/archive/1.5.2/verm-1.5.2.tar.gz"
MD5SUM="7bd8fb6aea4483531ac1f5475205cfc0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="google-go-lang"