diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2021-01-28 22:14:28 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-30 10:29:11 +0700 |
commit | 6ad5458642604db036c6f9a9f69928cac2705ecc (patch) | |
tree | b27c6b61e404cef43e9e4666a34b4116489a5ad5 /python/thonny/thonny.SlackBuild | |
parent | c436e2c47a8b8b1d93c3045b3ba7f2cbb78baa68 (diff) | |
download | slackbuilds-6ad5458642604db036c6f9a9f69928cac2705ecc.tar.gz |
python/thonny: Updated for version 3.3.3.
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 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/python/thonny/thonny.SlackBuild b/python/thonny/thonny.SlackBuild index f33a025bdf..fb9c5f3734 100644 --- a/python/thonny/thonny.SlackBuild +++ b/python/thonny/thonny.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh # Slackware build script for thonny -# Copyright 2017-20 Tim Dickson, Scotland +# Copyright 2017-21 Tim Dickson, Scotland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -41,10 +41,12 @@ #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. +#3.3.2 14 Jan 2021. version bump. +#3.3.3 27 Jan 2021. version bump. #note. get download link from https://pypi.org/project/thonny/#files PRGNAM=thonny -VERSION=${VERSION:-3.3.1} +VERSION=${VERSION:-3.3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |