summaryrefslogtreecommitdiffstats
path: root/misc/torrentinfo
diff options
context:
space:
mode:
author B. Watson2017-03-21 05:50:13 +0100
committer David Spencer2017-03-25 14:28:14 +0100
commit02dad3666989e4321e78a535a03e12734b4cde7e (patch)
tree255f3aae45108c351114c97c7cd643e0ca2a61f7 /misc/torrentinfo
parent4a46239ea4fccd635e4671934e5324a9bc54bfde (diff)
downloadslackbuilds-02dad3666989e4321e78a535a03e12734b4cde7e.tar.gz
misc/torrentinfo: Allow VERSION override.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'misc/torrentinfo')
-rw-r--r--misc/torrentinfo/torrentinfo.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/torrentinfo/torrentinfo.SlackBuild b/misc/torrentinfo/torrentinfo.SlackBuild
index 06d506e443..e3eda67510 100644
--- a/misc/torrentinfo/torrentinfo.SlackBuild
+++ b/misc/torrentinfo/torrentinfo.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=torrentinfo
-VERSION=1.0.2
+VERSION=${VERSION:-1.0.2}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}