diff options
Diffstat (limited to 'python/thonny/thonny.SlackBuild')
-rw-r--r-- | python/thonny/thonny.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/python/thonny/thonny.SlackBuild b/python/thonny/thonny.SlackBuild index 156579ac17..4c09542575 100644 --- a/python/thonny/thonny.SlackBuild +++ b/python/thonny/thonny.SlackBuild @@ -24,10 +24,12 @@ #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 2018. version bump. +#3.1.0 31 jan 2019. version bump. +#3.1.1 10 Feb 2019. version bump. +#3.1.2 14 Feb 2019. version bump. PRGNAM=thonny -VERSION=${VERSION:-3.1.0} +VERSION=${VERSION:-3.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |