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/thonny.SlackBuild | |
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/thonny.SlackBuild')
-rw-r--r-- | python/thonny/thonny.SlackBuild | 4 |
1 files changed, 2 insertions, 2 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} |