diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2023-03-09 17:24:23 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-12 08:48:24 +0700 |
commit | 73c55ef9dc5dc527960e52eb85ab074b3509b23b (patch) | |
tree | c34cc3c7171f357ac37da8046fd803e6fbf38e5d /python | |
parent | df390b7b5d445f9167be08b447d40b0ef2d2e28d (diff) |
python/argcomplete: Updated for version 2.1.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/argcomplete/argcomplete.SlackBuild | 4 | ||||
-rw-r--r-- | python/argcomplete/argcomplete.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/argcomplete/argcomplete.SlackBuild b/python/argcomplete/argcomplete.SlackBuild index f474fed90a997..e63d97a3ea9a3 100644 --- a/python/argcomplete/argcomplete.SlackBuild +++ b/python/argcomplete/argcomplete.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for argcomplete -# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2023 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=argcomplete -VERSION=${VERSION:-2.0.0} +VERSION=${VERSION:-2.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/argcomplete/argcomplete.info b/python/argcomplete/argcomplete.info index 720eab5634165..2b312bde98e05 100644 --- a/python/argcomplete/argcomplete.info +++ b/python/argcomplete/argcomplete.info @@ -1,8 +1,8 @@ PRGNAM="argcomplete" -VERSION="2.0.0" +VERSION="2.1.1" HOMEPAGE="https://github.com/kislyuk/argcomplete" -DOWNLOAD="https://files.pythonhosted.org/packages/05/f8/67851ae4fe5396ba6868c5d84219b81ea6a5d53991a6853616095c30adc0/argcomplete-2.0.0.tar.gz" -MD5SUM="50437bb1e6911540e8ba9b97c7768663" +DOWNLOAD="https://files.pythonhosted.org/packages/ac/43/b4ac2e533f86b96414a471589948da660925b95b50b1296bd25cd50c0e3e/argcomplete-2.1.1.tar.gz" +MD5SUM="2b4a4254c75eeee0c8b0e8cfe23e8d81" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |