summaryrefslogtreecommitdiffstats
path: root/network/SocksiPy
diff options
context:
space:
mode:
author B. Watson2017-03-22 23:56:38 +0100
committer David Spencer2017-03-25 14:29:54 +0100
commit47c3a26075a086eb796d8cc03a7eaa6aa092030b (patch)
tree1c79e769c5281446b26756fd233f32c3847a0901 /network/SocksiPy
parent3863350782e6330e8cd502c8a940e9317cf66e4b (diff)
downloadslackbuilds-47c3a26075a086eb796d8cc03a7eaa6aa092030b.tar.gz
network/SocksiPy: Allow VERSION override.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/SocksiPy')
-rw-r--r--network/SocksiPy/SocksiPy.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/SocksiPy/SocksiPy.SlackBuild b/network/SocksiPy/SocksiPy.SlackBuild
index f561dfe90a..c0c62fb45a 100644
--- a/network/SocksiPy/SocksiPy.SlackBuild
+++ b/network/SocksiPy/SocksiPy.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=SocksiPy
-VERSION=1.0.0
+VERSION=${VERSION:-1.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}