diff options
-rw-r--r-- | python/thonny/thonny.SlackBuild | 7 | ||||
-rw-r--r-- | python/thonny/thonny.info | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/python/thonny/thonny.SlackBuild b/python/thonny/thonny.SlackBuild index 68e35eab1ed79..4f7aa038a79fd 100644 --- a/python/thonny/thonny.SlackBuild +++ b/python/thonny/thonny.SlackBuild @@ -23,18 +23,17 @@ #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.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 #4.1.3 build2 27 Oct 2023. change deps. +#4.1.4 8 Dec 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.3} -BUILD=${BUILD:-2} +VERSION=${VERSION:-4.1.4} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/thonny/thonny.info b/python/thonny/thonny.info index 5cda9202875e5..6ab6c04ef72c2 100644 --- a/python/thonny/thonny.info +++ b/python/thonny/thonny.info @@ -1,8 +1,8 @@ PRGNAM="thonny" -VERSION="4.1.3" +VERSION="4.1.4" HOMEPAGE="http://thonny.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/86/2b/7ffd80b5413859bddc93eb6c1256091dfc529cac8ac3b8a1764e57618d63/thonny-4.1.3.tar.gz" -MD5SUM="dacebfc4ee55a6114befeb3faaadee2f" +DOWNLOAD="https://files.pythonhosted.org/packages/4e/82/994a3aa41bc32b37c9b53fa4fa0c7ad0a6a0f586d85e71f2e2220d1b4c61/thonny-4.1.4.tar.gz" +MD5SUM="3223eca53ea5b681afb45d0615565d1d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jedi python3-pylint pyserial mypy python3-asttokens send2trash" |