summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author isaackwy <isaacyu@protonmail.com>2024-02-21 13:12:54 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-24 15:34:45 +0700
commita9d24d38a88c9b14de1458f9c7ea1b0c109a6b7c (patch)
tree45024ea5cbff8911cf70e7d8cc4e285157dd8838
parent0a549b20cd09f0a1160ec34d4451bed33f02a506 (diff)
downloadslackbuilds-a9d24d38a88c9b14de1458f9c7ea1b0c109a6b7c.tar.gz
slackbuilds-a9d24d38a88c9b14de1458f9c7ea1b0c109a6b7c.tar.xz
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>
-rw-r--r--python/python3-cookiecutter/python3-cookiecutter.SlackBuild2
-rw-r--r--python/python3-cookiecutter/python3-cookiecutter.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-cookiecutter/python3-cookiecutter.SlackBuild b/python/python3-cookiecutter/python3-cookiecutter.SlackBuild
index 630e6f7019..8c80314ca9 100644
--- a/python/python3-cookiecutter/python3-cookiecutter.SlackBuild
+++ b/python/python3-cookiecutter/python3-cookiecutter.SlackBuild
@@ -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}
diff --git a/python/python3-cookiecutter/python3-cookiecutter.info b/python/python3-cookiecutter/python3-cookiecutter.info
index 9516f05e74..0db11a8a66 100644
--- a/python/python3-cookiecutter/python3-cookiecutter.info
+++ b/python/python3-cookiecutter/python3-cookiecutter.info
@@ -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"