python/python3-cookiecutter: Updated for version 2.1.1.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2023-02-24 19:34:07 -08:00 committed by Willy Sudiarto Raharjo
parent 0fc0776ec4
commit 0b3437970a
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.1.0}
VERSION=${VERSION:-2.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-cookiecutter"
VERSION="2.1.0"
VERSION="2.1.1"
HOMEPAGE="https://github.com/cookiecutter/cookiecutter"
DOWNLOAD="https://github.com/cookiecutter/cookiecutter/archive/2.1.0/cookiecutter-2.1.0.tar.gz"
MD5SUM="a9ad83fb3c5b0b9dd206c36d926202d1"
DOWNLOAD="https://github.com/cookiecutter/cookiecutter/archive/2.1.1/cookiecutter-2.1.1.tar.gz"
MD5SUM="4e38660550b0e995c8161eb5c00e42d9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="binaryornot click python3-jinja2-time python3-slugify"