diff options
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 |
commit | 358880169a4afe9376472f6ff948a2293f5784cd (patch) | |
tree | d2d7a637ba5e8d271f1058761c8f8c4fdc53bba2 /libraries/guichan | |
parent | d1fbc089028897e99ea2a3d06a924091b944f5b8 (diff) | |
download | slackbuilds-358880169a4afe9376472f6ff948a2293f5784cd.tar.gz |
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.SlackBuild | 2 |
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} |