python/coverage: Updated for version 4.5.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
a88b6ded5f
commit
1c3244c93c
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for coverage
|
||||
|
||||
# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2018 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=coverage
|
||||
VERSION=${VERSION:-4.4.2}
|
||||
VERSION=${VERSION:-4.5.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="coverage"
|
||||
VERSION="4.4.2"
|
||||
VERSION="4.5.1"
|
||||
HOMEPAGE="http://nedbatchelder.com/code/coverage/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/0b/e1/190ef1a264144c9b073b7353c259ca5431b5ddc8861b452e858fcbd0e9de/coverage-4.4.2.tar.gz"
|
||||
MD5SUM="29a9fe85377e0f7327cf5db1e335483f"
|
||||
DOWNLOAD="https://pypi.python.org/packages/35/fe/e7df7289d717426093c68d156e0fd9117c8f4872b6588e8a8928a0f68424/coverage-4.5.1.tar.gz"
|
||||
MD5SUM="af8a2411aba54e2711a9d2ac0a4c3de2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue