summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-03-20 04:07:52 -0400
committer David Spencer <idlemoor@slackbuilds.org>2017-03-25 13:26:39 +0000
commitea8ff44a724ad868195126a6ecc3bfd9badace9a (patch)
treee5c0b70e44c2b596e60e3e5b0c28b2e43b20b310 /libraries
parent112f2475c8ebb779251e04bac988eac6fb64dfb0 (diff)
downloadslackbuilds-ea8ff44a724ad868195126a6ecc3bfd9badace9a.tar.gz
slackbuilds-ea8ff44a724ad868195126a6ecc3bfd9badace9a.tar.xz
libraries/xlt: 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')
-rw-r--r--libraries/xlt/xlt.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/xlt/xlt.SlackBuild b/libraries/xlt/xlt.SlackBuild
index 9076f0a906..32c06e6ca1 100644
--- a/libraries/xlt/xlt.SlackBuild
+++ b/libraries/xlt/xlt.SlackBuild
@@ -9,7 +9,7 @@ set -e
PRGNAM=xlt
BIG_PRGNAM=Xlt
-VERSION=11.1.11
+VERSION=${VERSION:-11.1.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}