summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2018-01-11 09:42:36 +0100
committer Andrew Clemons2018-01-11 19:53:05 +0100
commita6e9a1866709abb1abb783d3c95ae363b1860d47 (patch)
tree76d2e8b838e0f529f4ea5139a3d36c34960c4b4f
parentae39bf73f0d387fb49914ff09a8b27a0237fc7fe (diff)
downloadslackbuilds-a6e9a1866709abb1abb783d3c95ae363b1860d47.tar.gz
network/verm: Updated for version 1.3.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
-rw-r--r--network/verm/verm.SlackBuild7
-rw-r--r--network/verm/verm.info6
2 files changed, 7 insertions, 6 deletions
diff --git a/network/verm/verm.SlackBuild b/network/verm/verm.SlackBuild
index 471671b69d..a1e99679c7 100644
--- a/network/verm/verm.SlackBuild
+++ b/network/verm/verm.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for verm
-# Copyright 2016-2017 Andrew Clemons, Wellington New Zealand
+# Copyright 2016-2018 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.2.0}
+VERSION=${VERSION:-1.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -72,7 +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 {} \;
-export GOPATH="$(pwd)"
+SRCDIR="$(pwd)"
+export GOPATH="$SRCDIR"
mkdir -p src/github.com/willbryant
( cd src/github.com/willbryant && ln -s "$GOPATH" verm)
diff --git a/network/verm/verm.info b/network/verm/verm.info
index 00f138b19b..1111167809 100644
--- a/network/verm/verm.info
+++ b/network/verm/verm.info
@@ -1,8 +1,8 @@
PRGNAM="verm"
-VERSION="1.2.0"
+VERSION="1.3.0"
HOMEPAGE="https://github.com/willbryant/verm"
-DOWNLOAD="https://github.com/willbryant/verm/archive/1.2.0/verm-1.2.0.tar.gz"
-MD5SUM="87e7fb7999e677053a8ccf79505574ae"
+DOWNLOAD="https://github.com/willbryant/verm/archive/1.3.0/verm-1.3.0.tar.gz"
+MD5SUM="51fd016b5fcce8239572e3b91ffeacdd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="google-go-lang"