summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-03-22 22:56:38 +0000
committer David Spencer <idlemoor@slackbuilds.org>2017-03-25 13:29:54 +0000
commit47c3a26075a086eb796d8cc03a7eaa6aa092030b (patch)
tree1c79e769c5281446b26756fd233f32c3847a0901 /network
parent3863350782e6330e8cd502c8a940e9317cf66e4b (diff)
downloadslackbuilds-47c3a26075a086eb796d8cc03a7eaa6aa092030b.tar.gz
slackbuilds-47c3a26075a086eb796d8cc03a7eaa6aa092030b.tar.xz
network/SocksiPy: Allow VERSION override.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network')
-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}