diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2020-11-20 23:02:37 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-22 01:14:23 +0700 |
commit | 83129eb522827ab5e6781c92e9e2d8a1a8cd60d4 (patch) | |
tree | e8948ec453b8413995f496197d741af109f2d303 /python/thonny/thonny.SlackBuild | |
parent | 60ee5f06abe4f8c8849065971b7abe9ef3f1c9e9 (diff) |
python/thonny: Updated for version 3.3.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
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 b84b352dd3722..9c432d74222e2 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,2020 Tim Dickson, Scotland +# Copyright 2017-20 Tim Dickson, Scotland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -39,10 +39,11 @@ #which thonny is targetted at. #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. #note. get download link from https://pypi.org/project/thonny/#files PRGNAM=thonny -VERSION=${VERSION:-3.2.7} +VERSION=${VERSION:-3.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |