diff options
Diffstat (limited to 'python/asttokens/asttokens.SlackBuild')
-rw-r--r-- | python/asttokens/asttokens.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/asttokens/asttokens.SlackBuild b/python/asttokens/asttokens.SlackBuild index bdd1424918c0..58bcb2855978 100644 --- a/python/asttokens/asttokens.SlackBuild +++ b/python/asttokens/asttokens.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for asttokens # Written by Tim Dickson dickson.tim@googlemail.com -# Copyright (c) 2019/2022 Tim Dickson, Scotland +# Copyright (c) 2019/2023 Tim Dickson, Scotland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=asttokens -VERSION=${VERSION:-2.2.1} +VERSION=${VERSION:-2.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |