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 9c432d7422..f33a025bdf 100644 --- a/python/thonny/thonny.SlackBuild +++ b/python/thonny/thonny.SlackBuild @@ -40,10 +40,11 @@ #3.2.6 06 Jan 2020. version bump. also added optional dep of esptool #3.2.7 23 Jan 2020. version bump. added dep of python-distro #3.3.0 16 Nov 2020. version bump. +#3.3.1 7 Dec 2020. version bump. #note. get download link from https://pypi.org/project/thonny/#files PRGNAM=thonny -VERSION=${VERSION:-3.3.0} +VERSION=${VERSION:-3.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |