diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-03-13 08:58:52 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-03-13 09:02:40 +0700 |
commit | ce89034c486c1d11623c5167cb7629fce3e3a910 (patch) | |
tree | 0531ace5241db3917cb066d756195f073196fd9c /python/python-precis-i18n/python-precis-i18n.SlackBuild | |
parent | b48fd6efedf8ef61254443bb500a70b1e19d9abf (diff) |
python/python-precis-i18n: Updated for version 1.0.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-precis-i18n/python-precis-i18n.SlackBuild')
-rw-r--r-- | python/python-precis-i18n/python-precis-i18n.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-precis-i18n/python-precis-i18n.SlackBuild b/python/python-precis-i18n/python-precis-i18n.SlackBuild index 80705042e458..c702ede8a250 100644 --- a/python/python-precis-i18n/python-precis-i18n.SlackBuild +++ b/python/python-precis-i18n/python-precis-i18n.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-precis-i18n -# Copyright 2019-2020 Andrew Clemons, Wellington New Zealand +# Copyright 2019-2021 Andrew Clemons, Wellington New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=python-precis-i18n SRCNAM="$(echo "$PRGNAM" | sed 's/python-//' | tr - _)" -VERSION=${VERSION:-1.0.2} +VERSION=${VERSION:-1.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |