mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python-precis-i18n: Updated for version 1.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
5de1733d2f
commit
3b9a464e7b
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for python-precis-i18n
|
||||
|
||||
# Copyright 2019-2022 Andrew Clemons, Wellington New Zealand
|
||||
# Copyright 2023 Andrew Clemons, Tokyo Japan
|
||||
# Copyright 2023-2024 Andrew Clemons, Tokyo Japan
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python-precis-i18n
|
||||
SRCNAM="$(echo "$PRGNAM" | sed 's/python-//' | tr - _)"
|
||||
VERSION=${VERSION:-1.1.0}
|
||||
VERSION=${VERSION:-1.1.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-precis-i18n"
|
||||
VERSION="1.1.0"
|
||||
VERSION="1.1.1"
|
||||
HOMEPAGE="https://pypi.org/project/precis-i18n/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/ac/bc/189db10d33239407f753a9551cc3c113e00062be8c85d1f76cebaeb4f292/precis_i18n-1.1.0.tar.gz"
|
||||
MD5SUM="1faee59bb311dc7e7ea5c0a1bfb077fe"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/a5/7b/2955d45048ac7f00288df231722a63a3ac89716bf7f59f4a4e4c69d0534c/precis_i18n-1.1.1.tar.gz"
|
||||
MD5SUM="64de7da414c73a34dd9b38e6d7c6d67c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue