python/argcomplete: Updated for version 1.9.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
1b356c607a
commit
58d0aea02a
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for argcomplete
|
# Slackware build script for argcomplete
|
||||||
|
|
||||||
# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
|
# Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=argcomplete
|
PRGNAM=argcomplete
|
||||||
VERSION=${VERSION:-1.9.2}
|
VERSION=${VERSION:-1.9.4}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="argcomplete"
|
PRGNAM="argcomplete"
|
||||||
VERSION="1.9.2"
|
VERSION="1.9.4"
|
||||||
HOMEPAGE="https://github.com/kislyuk/argcomplete"
|
HOMEPAGE="https://github.com/kislyuk/argcomplete"
|
||||||
DOWNLOAD="https://pypi.python.org/packages/3b/db/c524f0d72842b44b179cc50d4257f1e72f447fef0919556e8b28a9b0f80f/argcomplete-1.9.2.tar.gz"
|
DOWNLOAD="https://pypi.python.org/packages/3c/21/9741e5e5e63245a8cdafb32ffc738bff6e7ef6253b65953e77933e56ce88/argcomplete-1.9.4.tar.gz"
|
||||||
MD5SUM="13243e0b88102f13f7537f5aa70a48c0"
|
MD5SUM="9bb3b61a849f84723e63051240f74014"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in New Issue