diff options
Diffstat (limited to 'python/thonny/thonny.SlackBuild')
-rw-r--r-- | python/thonny/thonny.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/thonny/thonny.SlackBuild b/python/thonny/thonny.SlackBuild index 79b798d9bd..91312f2373 100644 --- a/python/thonny/thonny.SlackBuild +++ b/python/thonny/thonny.SlackBuild @@ -27,12 +27,13 @@ #4.0.0 23 Aug 2022. version bump #4.0.1 14 Sep 2022. version bump #4.0.2 20 Jan 2023. version bump +#4.1.0 7 Jul 2023. version bump #note. get download link from https://pypi.org/project/thonny/#files cd $(dirname $0) ; CWD=$(pwd) PRGNAM=thonny -VERSION=${VERSION:-4.0.2} +VERSION=${VERSION:-4.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |