mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
python/stem: Updated for version 1.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
752c6fea1a
commit
774254dbe4
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for stem
|
||||
|
||||
# Copyright 2013-2014 Markus Reichelt, Stolberg (Rhld.), DE
|
||||
# Copyright 2013-2015 Markus Reichelt, Stolberg (Rhld.), 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.3.0}
|
||||
VERSION=${VERSION:-1.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="stem"
|
||||
VERSION="1.3.0"
|
||||
VERSION="1.4.0"
|
||||
HOMEPAGE="https://stem.torproject.org/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/s/stem/stem-1.3.0.tar.bz2"
|
||||
MD5SUM="de6483d53402262a028535bb345d0fdf"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/s/stem/stem-1.4.0.tar.bz2"
|
||||
MD5SUM="d574b191c394dd698fb25d6402ba4777"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue