summaryrefslogtreecommitdiffstats
path: root/python/thonny/thonny.SlackBuild
diff options
context:
space:
mode:
author Tim Dickson2019-12-14 22:57:49 +0100
committer Willy Sudiarto Raharjo2019-12-14 22:57:49 +0100
commit755101c404c5e6c698565285ff1e6823c4ed445e (patch)
tree1c5a23ef32e9bfabf4342c4943cd2fc406402e7c /python/thonny/thonny.SlackBuild
parent176efd673a01c840d77f49953eb1c75de00531fa (diff)
downloadslackbuilds-755101c404c5e6c698565285ff1e6823c4ed445e.tar.gz
python/thonny: Updated for version 3.2.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/thonny/thonny.SlackBuild')
-rw-r--r--python/thonny/thonny.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/thonny/thonny.SlackBuild b/python/thonny/thonny.SlackBuild
index 1680cb97aa..3fa09650d0 100644
--- a/python/thonny/thonny.SlackBuild
+++ b/python/thonny/thonny.SlackBuild
@@ -33,12 +33,13 @@
#3.2.1 6 Sep 2019. version bump.
#3.2.2 2 Nov 2019. version bump. added new dep. asttokens
#3.2.3 4 Nov 2019. version bump.
+#3.2.4 10 Dec 2019. version bump.
#add optional dep on pygame with python3 support. common for python learners
#which thonny is targetted at.
#note. get download link from https://pypi.org/project/thonny/#files
PRGNAM=thonny
-VERSION=${VERSION:-3.2.3}
+VERSION=${VERSION:-3.2.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}