diff options
-rw-r--r-- | python/thonny/thonny.SlackBuild | 3 | ||||
-rw-r--r-- | python/thonny/thonny.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/python/thonny/thonny.SlackBuild b/python/thonny/thonny.SlackBuild index 79b798d9bd9af..91312f23738d0 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} diff --git a/python/thonny/thonny.info b/python/thonny/thonny.info index ef512e38078aa..7db52bf44d4e6 100644 --- a/python/thonny/thonny.info +++ b/python/thonny/thonny.info @@ -1,8 +1,8 @@ PRGNAM="thonny" -VERSION="4.0.2" +VERSION="4.1.0" HOMEPAGE="http://thonny.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/41/e1/a25c8a131ffda27591cf6ebbffd4057bbc5e848ffb83aaddb28828ef882e/thonny-4.0.2.tar.gz" -MD5SUM="b4c826a90a2f27671b555930e8ff7388" +DOWNLOAD="https://files.pythonhosted.org/packages/b4/c1/fff54391ea3dd8844802127fb9f8f66459b718685047e3e8b7ea36345285/thonny-4.1.0.tar.gz" +MD5SUM="c0e472bacca4b9fa32e3888bfe7a59a4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jedi python3-pylint pyserial mypy asttokens send2trash" |