summaryrefslogtreecommitdiffstats
path: root/libraries/gsnmp
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-03-20 04:07:15 -0400
committer David Spencer <idlemoor@slackbuilds.org>2017-03-25 01:05:50 +0000
commit1357f50ec05937113d923e9ea7a09f11b8e47a6b (patch)
tree0fa4a94bee69537c95978b1f758b15929c0c0379 /libraries/gsnmp
parent7191698ceb2ab2b07fa98cab42399a313ff94d0b (diff)
downloadslackbuilds-1357f50ec05937113d923e9ea7a09f11b8e47a6b.tar.gz
slackbuilds-1357f50ec05937113d923e9ea7a09f11b8e47a6b.tar.xz
libraries/gsnmp: Allow VERSION override from environment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/gsnmp')
-rw-r--r--libraries/gsnmp/gsnmp.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/gsnmp/gsnmp.SlackBuild b/libraries/gsnmp/gsnmp.SlackBuild
index 5842892ec2..944eda3748 100644
--- a/libraries/gsnmp/gsnmp.SlackBuild
+++ b/libraries/gsnmp/gsnmp.SlackBuild
@@ -6,7 +6,7 @@
# Maintained by Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com>
PRGNAM=gsnmp
-VERSION=0.2.0
+VERSION=${VERSION:-0.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}