diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2024-11-16 14:14:47 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-16 16:41:04 +0700 |
commit | 3b9a464e7b0ed236b4b914454eeb4e424536065b (patch) | |
tree | 4ca3ee8b6fc0350f47c58f8f3bbee3780bdaf6d3 /python | |
parent | 5de1733d2fae01ba865fb1cf3603f2b6c84a44c8 (diff) |
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>
Diffstat (limited to 'python')
-rw-r--r-- | python/python-precis-i18n/python-precis-i18n.SlackBuild | 4 | ||||
-rw-r--r-- | python/python-precis-i18n/python-precis-i18n.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python-precis-i18n/python-precis-i18n.SlackBuild b/python/python-precis-i18n/python-precis-i18n.SlackBuild index 19b04c9f8042..2b071a28c9af 100644 --- a/python/python-precis-i18n/python-precis-i18n.SlackBuild +++ b/python/python-precis-i18n/python-precis-i18n.SlackBuild @@ -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} diff --git a/python/python-precis-i18n/python-precis-i18n.info b/python/python-precis-i18n/python-precis-i18n.info index 29c78bff06c4..274756be232f 100644 --- a/python/python-precis-i18n/python-precis-i18n.info +++ b/python/python-precis-i18n/python-precis-i18n.info @@ -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="" |