diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2019-07-25 03:50:53 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-07-27 08:06:17 +0700 |
commit | 531d665784cad76d56ac7c058125ed2430312faa (patch) | |
tree | d7abf739fe88f882dc4d66af3e1a72c338ee0244 /python/thonny | |
parent | 58629211570a545a8c82b639db129cf96304b20f (diff) | |
download | slackbuilds-531d665784cad76d56ac7c058125ed2430312faa.tar.gz |
python/thonny: Updated for version 3.2.0b7.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/thonny')
-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 57eb712585..6989ee9d52 100644 --- a/python/thonny/thonny.SlackBuild +++ b/python/thonny/thonny.SlackBuild @@ -28,9 +28,10 @@ #3.1.1 10 Feb 2019. version bump. #3.1.2 14 Feb 2019. version bump. #3.2.0b1 25 jun 2019. version bump. +#3.2.0b7 22 Jul 2019. version bump. PRGNAM=thonny -VERSION=${VERSION:-3.2.0b1} +VERSION=${VERSION:-3.2.0b7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/thonny/thonny.info b/python/thonny/thonny.info index 4e15d88690..600fb8540d 100644 --- a/python/thonny/thonny.info +++ b/python/thonny/thonny.info @@ -1,8 +1,8 @@ PRGNAM="thonny" -VERSION="3.2.0b1" +VERSION="3.2.0b7" HOMEPAGE="http://thonny.org/" -DOWNLOAD="https://pypi.debian.net/thonny/thonny-3.2.0b1.tar.gz" -MD5SUM="159e51c3dff331c6bce11f94211e4e7d" +DOWNLOAD="https://pypi.debian.net/thonny/thonny-3.2.0b7.tar.gz" +MD5SUM="7ca6b07b93a84e82d13e0958bd6f6d9a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jedi docutils python3-pylint pyserial mypy_extensions" |