python/python3-cookiecutter: Update for 2.5.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
129f6a4663
commit
e1c07cc752
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python3-cookiecutter
|
||||
|
||||
# Copyright 2023 Isaac Yu <isaacyu@protonmail.com>
|
||||
# Copyright 2023-2024 Isaac Yu <isaacyu@protonmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-cookiecutter
|
||||
VERSION=${VERSION:-2.1.1}
|
||||
VERSION=${VERSION:-2.5.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="python3-cookiecutter"
|
||||
VERSION="2.1.1"
|
||||
VERSION="2.5.0"
|
||||
HOMEPAGE="https://github.com/cookiecutter/cookiecutter"
|
||||
DOWNLOAD="https://github.com/cookiecutter/cookiecutter/archive/2.1.1/cookiecutter-2.1.1.tar.gz"
|
||||
MD5SUM="4e38660550b0e995c8161eb5c00e42d9"
|
||||
DOWNLOAD="https://github.com/cookiecutter/cookiecutter/archive/2.5.0/cookiecutter-2.5.0.tar.gz"
|
||||
MD5SUM="5659cc552a4ed3c605efe99466f21dae"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="binaryornot click python3-jinja2-time python3-slugify"
|
||||
REQUIRES="binaryornot click python3-jinja2-time python3-rich python3-slugify"
|
||||
MAINTAINER="Isaac Yu"
|
||||
EMAIL="isaacyu@protonmail.com"
|
||||
|
|
Loading…
Reference in New Issue