diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2022-08-25 12:04:45 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-27 22:50:29 +0700 |
commit | e0ee066553f1d61dc3d018f5aee99e110acd55b7 (patch) | |
tree | f5be6698e4e021e61d2e9ab9c0865898374b8dfd /python/thonny/thonny.SlackBuild | |
parent | 1dace3a26fc0523cce39e4885ccf75915ce789e7 (diff) |
python/thonny: Updated for version 4.0.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 123cce0e25..09599afcf0 100644 --- a/python/thonny/thonny.SlackBuild +++ b/python/thonny/thonny.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash # Slackware build script for thonny -# Copyright 2017-21 Tim Dickson, Scotland +# Copyright 2017-22 Tim Dickson, Scotland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -34,12 +34,13 @@ #thanks to chrisw. changed build arch as install is arch specific now. #3.3.6 25 Mar 2021. version bump. #3.3.14 15 May 2022. version bump +#4.0.0 23 Aug 2022. version bump #note. get download link from https://pypi.org/project/thonny/#files cd $(dirname $0) ; CWD=$(pwd) PRGNAM=thonny -VERSION=${VERSION:-3.3.14} +VERSION=${VERSION:-4.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |