mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
0fc0776ec4
commit
0b3437970a
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue