python/parso: Updated for version 0.8.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2021-01-02 10:09:35 -08:00 committed by Willy Sudiarto Raharjo
parent 8960c813f6
commit de99cf770e
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for parso
# Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# 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=parso
VERSION=${VERSION:-0.8.0}
VERSION=${VERSION:-0.8.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="parso"
VERSION="0.8.0"
VERSION="0.8.1"
HOMEPAGE="https://github.com/davidhalter/parso"
DOWNLOAD="https://github.com/davidhalter/parso/archive/v0.8.0/parso-0.8.0.tar.gz"
MD5SUM="3c5bf3f854eede59461fb0b26895a860"
DOWNLOAD="https://github.com/davidhalter/parso/archive/v0.8.1/parso-0.8.1.tar.gz"
MD5SUM="a3544333cfcc6c5f670c92247d713fd8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"