summaryrefslogtreecommitdiffstats
path: root/libraries/rhino
diff options
context:
space:
mode:
author B. Watson2017-03-20 09:07:42 +0100
committer David Spencer2017-03-25 14:26:36 +0100
commit5b7e0325d24a79406772587bde67963164d11efe (patch)
treebd91a5d6e424987512623f7c4e83e7c08346374b /libraries/rhino
parentcfef39cbe26acfcb967d624c3be64fcb691cbfb1 (diff)
downloadslackbuilds-5b7e0325d24a79406772587bde67963164d11efe.tar.gz
libraries/rhino: 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/rhino')
-rw-r--r--libraries/rhino/rhino.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/rhino/rhino.SlackBuild b/libraries/rhino/rhino.SlackBuild
index 2f2f2439b6..e83d7652dd 100644
--- a/libraries/rhino/rhino.SlackBuild
+++ b/libraries/rhino/rhino.SlackBuild
@@ -4,7 +4,7 @@
# Written by Vincent Batts, vbatts@hashbangbash.com
PRGNAM=rhino
-VERSION=1_7R2
+VERSION=${VERSION:-1_7R2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}