python/python-parsedatetime: Updated for version 2.5.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2019-12-01 08:46:13 +07:00
parent d06eed1003
commit 67b69f7ae3
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
PRGNAM=python-parsedatetime
DIRNAM=parsedatetime
VERSION=${VERSION:-2.4}
VERSION=${VERSION:-2.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="python-parsedatetime"
VERSION="2.4"
VERSION="2.5"
HOMEPAGE="https://github.com/bear/parsedatetime"
DOWNLOAD="https://github.com/bear/parsedatetime/archive/v2.4/parsedatetime-2.4.tar.gz"
MD5SUM="d80563e35712b16488e44e42968a4c7d"
DOWNLOAD="https://github.com/bear/parsedatetime/archive/v2.5/parsedatetime-2.5.tar.gz"
MD5SUM="4291ff72535851319553ea49b4ff5e93"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-future"