python/python3-cookiecutter: Update for 2.6.0
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0a549b20cd
commit
a9d24d38a8
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-cookiecutter
|
||||
VERSION=${VERSION:-2.5.0}
|
||||
VERSION=${VERSION:-2.6.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-cookiecutter"
|
||||
VERSION="2.5.0"
|
||||
VERSION="2.6.0"
|
||||
HOMEPAGE="https://github.com/cookiecutter/cookiecutter"
|
||||
DOWNLOAD="https://github.com/cookiecutter/cookiecutter/archive/2.5.0/cookiecutter-2.5.0.tar.gz"
|
||||
MD5SUM="5659cc552a4ed3c605efe99466f21dae"
|
||||
DOWNLOAD="https://github.com/cookiecutter/cookiecutter/archive/2.6.0/cookiecutter-2.6.0.tar.gz"
|
||||
MD5SUM="fe5c6c2bc42b6ba6352be7b6d258460e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="binaryornot click python3-jinja2-time python3-rich python3-slugify"
|
||||
|
|
Loading…
Reference in New Issue