python/parso: Updated for version 0.6.2.

Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
This commit is contained in:
Benjamin Trigona-Harany 2020-03-03 19:46:36 -08:00 committed by Willy Sudiarto Raharjo
parent 132ffaf029
commit 91c6391117
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=parso
VERSION=${VERSION:-0.6.1}
VERSION=${VERSION:-0.6.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="parso"
VERSION="0.6.1"
VERSION="0.6.2"
HOMEPAGE="https://github.com/davidhalter/parso"
DOWNLOAD="https://github.com/davidhalter/parso/archive/v0.6.1/parso-0.6.1.tar.gz"
MD5SUM="2017776e87151047ff674eb6c5f0c44d"
DOWNLOAD="https://github.com/davidhalter/parso/archive/v0.6.2/parso-0.6.2.tar.gz"
MD5SUM="0a3b5ea1c712b65b1761337a944acd3b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"