aboutsummaryrefslogtreecommitdiff
path: root/python/thonny/thonny.SlackBuild
diff options
context:
space:
mode:
authorTim Dickson <dickson.tim@googlemail.com>2023-01-21 16:48:57 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-28 08:22:55 +0700
commit5649ecbfcd889213a02c8a9d7399354803c3aafd (patch)
tree9b5436048a5b8f1cf9d66422e6c1602d99b166dc /python/thonny/thonny.SlackBuild
parenteda010ce717cba837cf723f1a010fdd4f6e526f7 (diff)
python/thonny: Updated for version 4.0.2.
Signed-off-by: bedlam <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.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/thonny/thonny.SlackBuild b/python/thonny/thonny.SlackBuild
index da31416391e54..79b798d9bd9af 100644
--- a/python/thonny/thonny.SlackBuild
+++ b/python/thonny/thonny.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
# Slackware build script for thonny
-# Copyright 2017-22 Tim Dickson, Scotland
+# Copyright 2017-23 Tim Dickson, Scotland
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,12 +26,13 @@
#3.3.14 15 May 2022. version bump
#4.0.0 23 Aug 2022. version bump
#4.0.1 14 Sep 2022. version bump
+#4.0.2 20 Jan 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.1}
+VERSION=${VERSION:-4.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}