libraries/enum34: Updated for version 1.1.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
584334aa12
commit
7f4c7580af
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for enum34
|
||||
|
||||
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
|
||||
# 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=enum34
|
||||
VERSION=${VERSION:-1.0.4}
|
||||
VERSION=${VERSION:-1.1.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="enum34"
|
||||
VERSION="1.0.4"
|
||||
VERSION="1.1.1"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/enum34"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/e/enum34/enum34-1.0.4.tar.gz"
|
||||
MD5SUM="ac80f432ac9373e7d162834b264034b6"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/e/enum34/enum34-1.1.1.tar.gz"
|
||||
MD5SUM="5edaf22a14ec2769fc973a0443bf02d5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue