diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2018-12-29 05:23:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-29 05:23:34 +0700 |
commit | 123d07af08192574a79bcb560e7d9b3f585f8e02 (patch) | |
tree | b59403201fd981917e62cd9cb1f2cb3267bc63de /python/stem/stem.SlackBuild | |
parent | 1203cdb5e77cfd6e8a3090f95364e4bd7e3bcfb9 (diff) |
python/stem: Updated for version 1.7.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/stem/stem.SlackBuild')
-rw-r--r-- | python/stem/stem.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/stem/stem.SlackBuild b/python/stem/stem.SlackBuild index 8cb95b59d57b..dcb54d4b6e5c 100644 --- a/python/stem/stem.SlackBuild +++ b/python/stem/stem.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for stem -# Copyright 2013-2017 Markus Reichelt, Aachen, DE +# Copyright 2013-2018 Markus Reichelt, Aachen, DE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115 PRGNAM=stem -VERSION=${VERSION:-1.7.0} +VERSION=${VERSION:-1.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |