diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2019-02-01 01:06:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-01 18:48:59 +0700 |
commit | b4e562af15e75e1e18f3bbe33ccfb0e1a4f02bca (patch) | |
tree | 2ad1ffa3da04dffcf52db0ec28ebdaa07ebef606 /python/thonny/thonny.SlackBuild | |
parent | ec6714190e93500f90e7ce1f47a928e4ec6fcff2 (diff) |
python/thonny: Updated for version 3.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/thonny/thonny.SlackBuild')
-rw-r--r-- | python/thonny/thonny.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/thonny/thonny.SlackBuild b/python/thonny/thonny.SlackBuild index 34c3c0a7b2771..156579ac17be9 100644 --- a/python/thonny/thonny.SlackBuild +++ b/python/thonny/thonny.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh # Slackware build script for thonny -# Copyright 2017/8 Tim Dickson, Scotland +# Copyright 2017/8/9 Tim Dickson, Scotland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,9 +24,10 @@ #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. PRGNAM=thonny -VERSION=${VERSION:-3.0.8} +VERSION=${VERSION:-3.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |