python/python-parsedatetime: Updated for version 2.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2020-06-20 07:49:34 +07:00
parent 39aad46d2f
commit e51206e8e6
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -24,8 +24,8 @@
PRGNAM=python-parsedatetime
DIRNAM=parsedatetime
VERSION=${VERSION:-2.5}
BUILD=${BUILD:-2}
VERSION=${VERSION:-2.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then

View File

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