python/python-scandir: Updated for version 1.5.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
6d01669c8f
commit
206fcc458e
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python-scandir
|
||||
|
||||
# Copyright 2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2016-2017 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.4}
|
||||
VERSION=${VERSION:-1.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-scandir"
|
||||
VERSION="1.4"
|
||||
VERSION="1.5"
|
||||
HOMEPAGE="https://github.com/benhoyt/scandir"
|
||||
DOWNLOAD="https://pypi.python.org/packages/95/40/ddbcd295ee58d5c1126645890bcf87853e4075547308884e4f8ada27f195/scandir-1.4.tar.gz"
|
||||
MD5SUM="bdac33e1548a18598da6c141c84af407"
|
||||
DOWNLOAD="https://pypi.python.org/packages/bd/f4/3143e0289faf0883228017dbc6387a66d0b468df646645e29e1eb89ea10e/scandir-1.5.tar.gz"
|
||||
MD5SUM="a2713043de681bba6b084be42e7a8a44"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue