python/python-scandir: Updated for version 1.7.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
de702f604f
commit
e44ce3fcf8
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python-scandir
|
||||
|
||||
# Copyright 2016-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2016-2018 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=python-scandir
|
||||
SRCNAM=$(echo $PRGNAM | cut -c8-15)
|
||||
VERSION=${VERSION:-1.5}
|
||||
VERSION=${VERSION:-1.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-scandir"
|
||||
VERSION="1.5"
|
||||
VERSION="1.7"
|
||||
HOMEPAGE="https://github.com/benhoyt/scandir"
|
||||
DOWNLOAD="https://pypi.python.org/packages/bd/f4/3143e0289faf0883228017dbc6387a66d0b468df646645e29e1eb89ea10e/scandir-1.5.tar.gz"
|
||||
MD5SUM="a2713043de681bba6b084be42e7a8a44"
|
||||
DOWNLOAD="https://pypi.python.org/packages/13/bb/e541b74230bbf7a20a3949a2ee6631be299378a784f5445aa5d0047c192b/scandir-1.7.tar.gz"
|
||||
MD5SUM="037e5f24d1a0e78b17faca72dea9555f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue