diff options
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 b3ae4bc0fb23b..1680cb97aab92 100644 --- a/python/thonny/thonny.SlackBuild +++ b/python/thonny/thonny.SlackBuild @@ -32,12 +32,13 @@ #3.2.0 12 Aug 2019. release version. #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. #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.2} +VERSION=${VERSION:-3.2.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |