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/thonny.SlackBuild | |
parent | 27625c2aa6f875bfd0ec55d954273a301516a074 (diff) |
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/thonny.SlackBuild')
-rw-r--r-- | python/thonny/thonny.SlackBuild | 3 |
1 files changed, 2 insertions, 1 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} |