mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/stevedore: Updated for version 1.6.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
dc9c6958e9
commit
44aefe2e06
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for stevedore
|
||||
|
||||
# Copyright <2013> <vvoody> <Shanghai>
|
||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
|
||||
|
||||
PRGNAM=stevedore
|
||||
VERSION=${VERSION:-1.5.0}
|
||||
VERSION=${VERSION:-1.6.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="stevedore"
|
||||
VERSION="1.5.0"
|
||||
VERSION="1.6.0"
|
||||
HOMEPAGE="https://github.com/dreamhost/stevedore"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/s/stevedore/stevedore-1.5.0.tar.gz"
|
||||
MD5SUM="e8c98db3f12f36cd23158dfde2431c81"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/s/stevedore/stevedore-1.6.0.tar.gz"
|
||||
MD5SUM="c53fc7d4408f715339e7fd3e8189ca4e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pbr six"
|
||||
|
|
Loading…
Reference in a new issue