diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2023-10-06 21:56:21 +0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-07 15:58:31 +0700 |
commit | b01ad446b8c881626f7ee99c5b6edc0220ca6646 (patch) | |
tree | 2b87896f55f871059e0234affd4636a114ea952f /python/thonny | |
parent | 5c8b4cbe0f2b463a4754c21e4d36ba55ce258421 (diff) |
python/thonny: Updated for version 4.1.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/thonny')
-rw-r--r-- | python/thonny/thonny.SlackBuild | 4 | ||||
-rw-r--r-- | python/thonny/thonny.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/thonny/thonny.SlackBuild b/python/thonny/thonny.SlackBuild index 5fd6f3edc22c7..f314e7c2fa308 100644 --- a/python/thonny/thonny.SlackBuild +++ b/python/thonny/thonny.SlackBuild @@ -23,16 +23,16 @@ #version history -edited down in size to first and last 4 updates #2.2.0b4 1 jan 2018. first version for slackbuilds.org #editted out :-) -#4.0.2 20 Jan 2023. version bump #4.1.0 7 Jun 2023. version bump #4.1.1 16 Jun 2023. version bump #4.1.2 16 Aug 2023. version bump +#4.1.3 5 Oct 2023. version bump #note. get download link from https://pypi.org/project/thonny/#files cd $(dirname $0) ; CWD=$(pwd) PRGNAM=thonny -VERSION=${VERSION:-4.1.2} +VERSION=${VERSION:-4.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/thonny/thonny.info b/python/thonny/thonny.info index b150d90547d51..b5f7d60704a4d 100644 --- a/python/thonny/thonny.info +++ b/python/thonny/thonny.info @@ -1,8 +1,8 @@ PRGNAM="thonny" -VERSION="4.1.2" +VERSION="4.1.3" HOMEPAGE="http://thonny.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/71/bb/2313b8a7d40408085fdc19789708f15ad068d61fec63156d4bc4dfae10dd/thonny-4.1.2.tar.gz" -MD5SUM="db171657fae4fbf3cf02becac0e37ece" +DOWNLOAD="https://files.pythonhosted.org/packages/86/2b/7ffd80b5413859bddc93eb6c1256091dfc529cac8ac3b8a1764e57618d63/thonny-4.1.3.tar.gz" +MD5SUM="dacebfc4ee55a6114befeb3faaadee2f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jedi python3-pylint pyserial mypy asttokens send2trash" |