mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
python/decorator: Updated for version 4.3.2.
This commit is contained in:
parent
24b8ad6e63
commit
120663a030
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for decorator
|
||||
|
||||
# Copyright 2013 Mikko Värri, Finland
|
||||
# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=decorator
|
||||
VERSION=${VERSION:-4.3.1}
|
||||
VERSION=${VERSION:-4.3.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="decorator"
|
||||
VERSION="4.3.1"
|
||||
VERSION="4.3.2"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/decorator"
|
||||
DOWNLOAD="https://github.com/micheles/decorator/archive/4.3.1/decorator-4.3.1.tar.gz"
|
||||
MD5SUM="b92084f8732267b9ea5bfe8887fbad14"
|
||||
DOWNLOAD="https://github.com/micheles/decorator/archive/4.3.2/decorator-4.3.2.tar.gz"
|
||||
MD5SUM="7f82f5062e31bccd7f8de8483da9b210"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue