mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/decorator: Updated for version 4.1.2.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
f266517e60
commit
2bd1caaa26
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=decorator
|
||||
VERSION=${VERSION:-4.1.1}
|
||||
VERSION=${VERSION:-4.1.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="decorator"
|
||||
VERSION="4.1.1"
|
||||
VERSION="4.1.2"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/decorator"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/d/decorator/decorator-4.1.1.tar.gz"
|
||||
MD5SUM="dbae97f4c5228c0c8616ac0252f57874"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/d/decorator/decorator-4.1.2.tar.gz"
|
||||
MD5SUM="a0f7f4fe00ae2dde93494d90c192cf8c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue