diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-21 00:50:13 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:28:14 +0000 |
commit | 02dad3666989e4321e78a535a03e12734b4cde7e (patch) | |
tree | 255f3aae45108c351114c97c7cd643e0ca2a61f7 /misc/torrentinfo | |
parent | 4a46239ea4fccd635e4671934e5324a9bc54bfde (diff) | |
download | slackbuilds-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.SlackBuild | 2 |
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} |