mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/futures: Updated for version 2.2.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
855c448701
commit
600c7178e3
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=futures
|
||||
VERSION=${VERSION:-2.1.6}
|
||||
VERSION=${VERSION:-2.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="futures"
|
||||
VERSION="2.1.6"
|
||||
VERSION="2.2.0"
|
||||
HOMEPAGE="http://code.google.com/p/pythonfutures"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/f/futures/futures-2.1.6.tar.gz"
|
||||
MD5SUM="cfab9ac3cd55d6c7ddd0546a9f22f453"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/f/futures/futures-2.2.0.tar.gz"
|
||||
MD5SUM="310e446de8609ddb59d0886e35edb534"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools"
|
||||
|
|
Loading…
Reference in a new issue