python/thonny: Updated for version 2.2.0b4.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Tim Dickson 2018-06-07 14:07:07 +01:00 committed by David Spencer
parent becf773002
commit ff950db3e4
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# Slackware build script for thonny # Slackware build script for thonny
# Copyright 2017 Tim Dickson, Scotland # Copyright 2017/8 Tim Dickson, Scotland
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=thonny PRGNAM=thonny
VERSION=${VERSION:-2.2.0b2} VERSION=${VERSION:-2.2.0b4}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="thonny" PRGNAM="thonny"
VERSION="2.2.0b2" VERSION="2.2.0b4"
HOMEPAGE="http://thonny.org/" HOMEPAGE="http://thonny.org/"
DOWNLOAD="https://pypi.debian.net/thonny/thonny-2.2.0b2.tar.gz" DOWNLOAD="https://pypi.debian.net/thonny/thonny-2.2.0b4.tar.gz"
MD5SUM="f86a0e31a3e61bfdcb5beb991d307a46" MD5SUM="b0345a64cf15564378afc12e4872726f"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="python3-jedi" REQUIRES="python3-jedi"