diff options
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} |