mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/purl: Updated for version 1.5.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
465220e159
commit
8ea24403ca
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for purl
|
||||
|
||||
# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2019 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=purl
|
||||
VERSION=${VERSION:-1.3.1}
|
||||
VERSION=${VERSION:-1.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="purl"
|
||||
VERSION="1.3.1"
|
||||
VERSION="1.5"
|
||||
HOMEPAGE="https://github.com/codeinthehole/purl"
|
||||
DOWNLOAD="https://pypi.python.org/packages/39/4a/e362aa72cf4f48ac6f806f53e768f4a30e4bdb028aebeae08e12d128730d/purl-1.3.1.tar.gz"
|
||||
MD5SUM="26cba8f4791245f1d246b1bdea5dc101"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/b8/f7/eb108f39ffcbebd6a1cc1030b912640fc28edb0146e8658b6a1aa60f1060/purl-1.5.tar.gz"
|
||||
MD5SUM="2a10782a6f0c771f3f3319956d41f7ff"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="six"
|
||||
|
|
Loading…
Reference in a new issue