diff options
Diffstat (limited to 'python/thonny/thonny.SlackBuild')
-rw-r--r-- | python/thonny/thonny.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/thonny/thonny.SlackBuild b/python/thonny/thonny.SlackBuild index c859c7094fdcc..7b80640130964 100644 --- a/python/thonny/thonny.SlackBuild +++ b/python/thonny/thonny.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh # Slackware build script for thonny -# Copyright 2017 Tim Dickson, Scotland +# Copyright 2017/8 Tim Dickson, Scotland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,7 +21,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=thonny -VERSION=${VERSION:-2.2.0b2} +VERSION=${VERSION:-2.2.0b4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |