mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
python/argcomplete: Updated for version 0.9.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
749ab5b12c
commit
484095e153
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for argcomplete
|
||||
|
||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=argcomplete
|
||||
VERSION=${VERSION:-0.8.9}
|
||||
VERSION=${VERSION:-0.9.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="argcomplete"
|
||||
VERSION="0.8.9"
|
||||
VERSION="0.9.0"
|
||||
HOMEPAGE="https://github.com/kislyuk/argcomplete"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/a/argcomplete/argcomplete-0.8.9.tar.gz"
|
||||
MD5SUM="02861a1bd74943edc48741c06e125b6a"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/a/argcomplete/argcomplete-0.9.0.tar.gz"
|
||||
MD5SUM="7f182c544089716e9ebdb8108df21f6a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools"
|
||||
|
|
Loading…
Reference in a new issue