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:
isaackwy 2024-02-21 13:12:54 -08:00 committed by Willy Sudiarto Raharjo
parent 0a549b20cd
commit a9d24d38a8
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -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}

View file

@ -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"