mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
python/parso: Updated for version 0.4.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
535b1c5b75
commit
a043fe36d1
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=parso
|
||||
VERSION=${VERSION:-0.3.4}
|
||||
VERSION=${VERSION:-0.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="parso"
|
||||
VERSION="0.3.4"
|
||||
VERSION="0.4.0"
|
||||
HOMEPAGE="https://github.com/davidhalter/parso"
|
||||
DOWNLOAD="https://github.com/davidhalter/parso/archive/v0.3.4/parso-0.3.4.tar.gz"
|
||||
MD5SUM="7e936ccde8722a362f80d98b85d25729"
|
||||
DOWNLOAD="https://github.com/davidhalter/parso/archive/v0.4.0/parso-0.4.0.tar.gz"
|
||||
MD5SUM="721c1d9bd98e9d58869f14d595382b72"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue