diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2020-01-11 20:30:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-11 20:58:11 +0700 |
commit | 455c1457d1842437bff061145b8012d6bbe5a3cd (patch) | |
tree | 9bd263e02b0914515844ccafd80da8eb30a1868b /python/thonny/thonny.SlackBuild | |
parent | 33918d5f91895016208783211fd3c8018e7185e8 (diff) |
python/thonny: Updated for version 3.2.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/thonny/thonny.SlackBuild')
-rw-r--r-- | python/thonny/thonny.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/thonny/thonny.SlackBuild b/python/thonny/thonny.SlackBuild index a370388e43fce..e244f1e38007a 100644 --- a/python/thonny/thonny.SlackBuild +++ b/python/thonny/thonny.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh # Slackware build script for thonny -# Copyright 2017/8/9 Tim Dickson, Scotland +# Copyright 2017/8/9,2020 Tim Dickson, Scotland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -37,10 +37,11 @@ #3.2.5 25 Dec 2019. version bump. added extra dep. send2trash #add optional dep on pygame with python3 support. common for python learners #which thonny is targetted at. +#3.2.6 06 Jan 2020. version bump. also added optional dep of esptool #note. get download link from https://pypi.org/project/thonny/#files PRGNAM=thonny -VERSION=${VERSION:-3.2.5} +VERSION=${VERSION:-3.2.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |