summaryrefslogtreecommitdiffstats
path: root/python/thonny/thonny.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/thonny/thonny.SlackBuild')
-rw-r--r--python/thonny/thonny.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/python/thonny/thonny.SlackBuild b/python/thonny/thonny.SlackBuild
index 51aceb49a2..b3ae4bc0fb 100644
--- a/python/thonny/thonny.SlackBuild
+++ b/python/thonny/thonny.SlackBuild
@@ -21,8 +21,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#version history
-#2.2.0b4 1 jan 2018. first version for slackbuilds.org
-#3.0.5 1 nov 2018. addition of lots of deps.
+#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.
#3.1.0 31 jan 2019. version bump.
#3.1.1 10 Feb 2019. version bump.
@@ -31,12 +31,13 @@
#3.2.0b7 22 Jul 2019. version bump.
#3.2.0 12 Aug 2019. release version.
#3.2.1 6 Sep 2019. version bump.
+#3.2.2 2 Nov 2019. version bump. added new dep. asttokens
#add optional dep on pygame with python3 support. common for python learners
#which thonny is targetted at.
#note. get download link from https://pypi.org/project/thonny/#files
PRGNAM=thonny
-VERSION=${VERSION:-3.2.1}
+VERSION=${VERSION:-3.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}