summaryrefslogtreecommitdiffstats
path: root/libraries/guichan
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-03-20 04:07:16 -0400
committer David Spencer <idlemoor@slackbuilds.org>2017-03-25 01:05:50 +0000
commit358880169a4afe9376472f6ff948a2293f5784cd (patch)
treed2d7a637ba5e8d271f1058761c8f8c4fdc53bba2 /libraries/guichan
parentd1fbc089028897e99ea2a3d06a924091b944f5b8 (diff)
downloadslackbuilds-358880169a4afe9376472f6ff948a2293f5784cd.tar.gz
slackbuilds-358880169a4afe9376472f6ff948a2293f5784cd.tar.xz
libraries/guichan: Allow VERSION override from environment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/guichan')
-rw-r--r--libraries/guichan/guichan.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/guichan/guichan.SlackBuild b/libraries/guichan/guichan.SlackBuild
index 3007617b32..5f08f74a44 100644
--- a/libraries/guichan/guichan.SlackBuild
+++ b/libraries/guichan/guichan.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=guichan
-VERSION=0.8.2
+VERSION=${VERSION:-0.8.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}