diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2019-06-29 06:52:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-06-29 06:52:20 +0700 |
commit | fd10a824c45f0736f1ca9ecc5e7e30e755b7acb1 (patch) | |
tree | 3e61fcc75b49ecd7b1a843ac75caeaaadfd530f1 | |
parent | 0d0cc371bfa8301329ddca9fe2c0883049890a24 (diff) | |
download | slackbuilds-fd10a824c45f0736f1ca9ecc5e7e30e755b7acb1.tar.gz |
python/thonny: Updated for version 3.2.0b1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 4c09542575..57eb712585 100644 --- a/python/thonny/thonny.SlackBuild +++ b/python/thonny/thonny.SlackBuild @@ -27,9 +27,10 @@ #3.1.0 31 jan 2019. version bump. #3.1.1 10 Feb 2019. version bump. #3.1.2 14 Feb 2019. version bump. +#3.2.0b1 25 jun 2019. version bump. PRGNAM=thonny -VERSION=${VERSION:-3.1.2} +VERSION=${VERSION:-3.2.0b1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/thonny/thonny.info b/python/thonny/thonny.info index 974d60b19c..4e15d88690 100644 --- a/python/thonny/thonny.info +++ b/python/thonny/thonny.info @@ -1,8 +1,8 @@ PRGNAM="thonny" -VERSION="3.1.2" +VERSION="3.2.0b1" HOMEPAGE="http://thonny.org/" -DOWNLOAD="https://pypi.debian.net/thonny/thonny-3.1.2.tar.gz" -MD5SUM="0caab90512421047dfa4888bf9ad562e" +DOWNLOAD="https://pypi.debian.net/thonny/thonny-3.2.0b1.tar.gz" +MD5SUM="159e51c3dff331c6bce11f94211e4e7d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jedi docutils python3-pylint pyserial mypy_extensions" |