diff options
-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 87dacc9867..34c3c0a7b2 100644 --- a/python/thonny/thonny.SlackBuild +++ b/python/thonny/thonny.SlackBuild @@ -23,9 +23,10 @@ #version history #2.2.0b4 1 jan 2018. first version for slackbuilds.org #3.0.5 1 nov 2018. addition of lots of deps. +#3.0.8 16 nov 2018. version bump. PRGNAM=thonny -VERSION=${VERSION:-3.0.5} +VERSION=${VERSION:-3.0.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/thonny/thonny.info b/python/thonny/thonny.info index 6452df9e92..09cc62ad55 100644 --- a/python/thonny/thonny.info +++ b/python/thonny/thonny.info @@ -1,8 +1,8 @@ PRGNAM="thonny" -VERSION="3.0.5" +VERSION="3.0.8" HOMEPAGE="http://thonny.org/" -DOWNLOAD="https://pypi.debian.net/thonny/thonny-3.0.5.tar.gz" -MD5SUM="eeb343bcd861e4f7732e25ee2568fa58" +DOWNLOAD="https://pypi.debian.net/thonny/thonny-3.0.8.tar.gz" +MD5SUM="cc72bbf2bc3712760ff1e1b6e45e8f41" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jedi python3-docutils python3-pylint python3-pyserial mypy_extensions" |