diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2020-01-02 20:40:32 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2020-01-02 23:33:51 -0600 |
commit | 2d381434948422b0a6cce9f119eb3070803d5ea2 (patch) | |
tree | b2a0f5f9c89b4ff7bb7ebf6a57628d2112c85c1a /python/stem | |
parent | 3c155a694b8d9b9ce3cd95be7ed6da9c767bae35 (diff) |
python/stem: Updated for version 1.8.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/stem')
-rw-r--r-- | python/stem/stem.SlackBuild | 4 | ||||
-rw-r--r-- | python/stem/stem.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/stem/stem.SlackBuild b/python/stem/stem.SlackBuild index dcb54d4b6e5c..f4463fd11687 100644 --- a/python/stem/stem.SlackBuild +++ b/python/stem/stem.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for stem -# Copyright 2013-2018 Markus Reichelt, Aachen, DE +# Copyright 2013-2020 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.1} +VERSION=${VERSION:-1.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/stem/stem.info b/python/stem/stem.info index 4bdbed6c9f7a..d43efb088104 100644 --- a/python/stem/stem.info +++ b/python/stem/stem.info @@ -1,8 +1,8 @@ PRGNAM="stem" -VERSION="1.7.1" +VERSION="1.8.0" HOMEPAGE="https://stem.torproject.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/7f/71/d82f4204e88be00220cc54eedb2972fd05081cb0e5ebdc537d8940b064ea/stem-1.7.1.tar.gz" -MD5SUM="b8e7e05c66b6fb02762cb68105fc17af" +DOWNLOAD="https://files.pythonhosted.org/packages/71/bd/ab05ffcbfe74dca704e860312e00c53ef690b1ddcb23be7a4d9ea4f40260/stem-1.8.0.tar.gz" +MD5SUM="d60a6df201148885f62afc5e3062e92a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |