diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-12-10 21:22:18 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-12 16:39:15 +0700 |
commit | eac0c39a225b1cb3cc5a4a1a43f1db4d05af8a31 (patch) | |
tree | 38a968bef361741ee1f3604c91a1fe5330cbf15f /python/python3-texttable/python3-texttable.SlackBuild | |
parent | 070272979c0f714bfba424b549f5345233f68ff4 (diff) |
python/python3-texttable: Updated for version 1.6.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-texttable/python3-texttable.SlackBuild')
-rw-r--r-- | python/python3-texttable/python3-texttable.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-texttable/python3-texttable.SlackBuild b/python/python3-texttable/python3-texttable.SlackBuild index 38d70fe706..691d06d3c8 100644 --- a/python/python3-texttable/python3-texttable.SlackBuild +++ b/python/python3-texttable/python3-texttable.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-texttable SRCNAM=$(echo $PRGNAM | sed "s/python3-//") -VERSION=${VERSION:-1.6.4} +VERSION=${VERSION:-1.6.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |