summaryrefslogtreecommitdiffstats
path: root/libraries/mysql++/mysql++.SlackBuild
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-03-20 04:07:40 -0400
committer David Spencer <idlemoor@slackbuilds.org>2017-03-25 13:26:35 +0000
commit4d9747df3cbb27d8bf8e330641a2083716e02a4f (patch)
tree8a741aa9a741c213eb6b0741eba8acfa36677b4a /libraries/mysql++/mysql++.SlackBuild
parent0930011189c1052b2011963941108c210d7c046b (diff)
downloadslackbuilds-4d9747df3cbb27d8bf8e330641a2083716e02a4f.tar.gz
slackbuilds-4d9747df3cbb27d8bf8e330641a2083716e02a4f.tar.xz
libraries/mysql++: Allow VERSION override from environment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/mysql++/mysql++.SlackBuild')
-rw-r--r--libraries/mysql++/mysql++.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/mysql++/mysql++.SlackBuild b/libraries/mysql++/mysql++.SlackBuild
index 780f455a5c..17e6ea1fbc 100644
--- a/libraries/mysql++/mysql++.SlackBuild
+++ b/libraries/mysql++/mysql++.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=mysql++
-VERSION=3.1.0
+VERSION=${VERSION:-3.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}