diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2022-05-17 18:29:35 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-21 08:25:12 +0700 |
commit | f50790fe0821ef515db5dfaf685f333692db07c4 (patch) | |
tree | 8285a997b68be5b84395404241f2ebcf0313e033 /python/thonny | |
parent | 27625c2aa6f875bfd0ec55d954273a301516a074 (diff) | |
download | slackbuilds-f50790fe0821ef515db5dfaf685f333692db07c4.tar.gz |
python/thonny: Updated for version 3.3.14.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/thonny')
-rw-r--r-- | python/thonny/thonny.SlackBuild | 3 | ||||
-rw-r--r-- | python/thonny/thonny.info | 8 |
2 files changed, 6 insertions, 5 deletions
diff --git a/python/thonny/thonny.SlackBuild b/python/thonny/thonny.SlackBuild index 8799c6e590..123cce0e25 100644 --- a/python/thonny/thonny.SlackBuild +++ b/python/thonny/thonny.SlackBuild @@ -33,12 +33,13 @@ #build2 10 Feb 2021. move install location to allow a plugin to work. #thanks to chrisw. changed build arch as install is arch specific now. #3.3.6 25 Mar 2021. version bump. +#3.3.14 15 May 2022. version bump #note. get download link from https://pypi.org/project/thonny/#files cd $(dirname $0) ; CWD=$(pwd) PRGNAM=thonny -VERSION=${VERSION:-3.3.6} +VERSION=${VERSION:-3.3.14} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/thonny/thonny.info b/python/thonny/thonny.info index e2ad48929e..354f70e71d 100644 --- a/python/thonny/thonny.info +++ b/python/thonny/thonny.info @@ -1,10 +1,10 @@ PRGNAM="thonny" -VERSION="3.3.6" +VERSION="3.3.14" HOMEPAGE="http://thonny.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/bb/0d/30ca6027bee7a992a7777b5a220db5691c8b9f3fe29ebd1392a979f8ea86/thonny-3.3.6.tar.gz" -MD5SUM="81e943d4255179de9952a675c40d7f2d" +DOWNLOAD="https://files.pythonhosted.org/packages/d7/ad/3898155f8a8eb75bdf3ca0af567ef2c6f9ed435683a10fbd70e3d2f3df4d/thonny-3.3.14.tar.gz" +MD5SUM="01332fb7447ab0b7cd605095408833ce" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-jedi python3-pylint pyserial mypy_extensions asttokens send2trash" +REQUIRES="python3-jedi python3-pylint pyserial mypy asttokens send2trash" MAINTAINER="Tim Dickson" EMAIL="dickson.tim@googlemail.com" |