mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/pytz: Updated for version 2014.10.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
c775e62adf
commit
be4f146431
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for pytz
|
||||
|
||||
# Copyright 2009-2013 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright 2009-2015 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# 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=pytz
|
||||
VERSION=2013.8
|
||||
VERSION=2014.10
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pytz"
|
||||
VERSION="2013.8"
|
||||
VERSION="2014.10"
|
||||
HOMEPAGE="https://launchpad.net/pytz"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/pytz/pytz-2013.8.tar.bz2"
|
||||
MD5SUM="bdc0b5947a48a3ecc419c3b665c2ab4e"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/pytz/pytz-2014.10.tar.bz2"
|
||||
MD5SUM="1fb418c59c62f782e35875577bd1ac3f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue