mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
python/parso: Updated for version 0.2.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
c735b253a5
commit
c87153605d
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for parso
|
||||
|
||||
# Copyright 2017 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# Copyright 2017-2018 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.1.1}
|
||||
VERSION=${VERSION:-0.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="parso"
|
||||
VERSION="0.1.1"
|
||||
VERSION="0.2.0"
|
||||
HOMEPAGE="https://github.com/davidhalter/parso"
|
||||
DOWNLOAD="https://github.com/davidhalter/parso/archive/v0.1.1/parso-0.1.1.tar.gz"
|
||||
MD5SUM="6cf68662d5b339ad0d7d2e7c59942f35"
|
||||
DOWNLOAD="https://github.com/davidhalter/parso/archive/v0.2.0/parso-0.2.0.tar.gz"
|
||||
MD5SUM="754fad91d765c2659e0e4440235abda5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue