diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-06-30 01:42:16 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-30 18:05:43 +0700 |
commit | b4ae7e8caae899a8bd00e716daf8c239471b1a90 (patch) | |
tree | 899e10522164a259e9fa0d5512ac05f72de0036d /python/python3-gast | |
parent | 24455c214750427a93f6289a9b40451077f77748 (diff) |
python/python3-gast: Version bump to 0.6.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-gast')
-rw-r--r-- | python/python3-gast/python3-gast.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-gast/python3-gast.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-gast/python3-gast.SlackBuild b/python/python3-gast/python3-gast.SlackBuild index d87422aef6c9..b4d353848128 100644 --- a/python/python3-gast/python3-gast.SlackBuild +++ b/python/python3-gast/python3-gast.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-gast # Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com> -# Copyright 2023 Jeremy Hansen <jebrhansen+SBo@gmail.com> +# Copyright 2023-2024 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-gast SRCNAM=gast -VERSION=${VERSION:-0.5.4} +VERSION=${VERSION:-0.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-gast/python3-gast.info b/python/python3-gast/python3-gast.info index a0fbd5b417f9..71a5b9a05519 100644 --- a/python/python3-gast/python3-gast.info +++ b/python/python3-gast/python3-gast.info @@ -1,8 +1,8 @@ PRGNAM="python3-gast" -VERSION="0.5.4" +VERSION="0.6.0" HOMEPAGE="https://github.com/serge-sans-paille/gast" -DOWNLOAD="https://github.com/serge-sans-paille/gast/archive/0.5.4/gast-0.5.4.tar.gz" -MD5SUM="4591ae87c5870c1229b0b7eda2b154ae" +DOWNLOAD="https://github.com/serge-sans-paille/gast/archive/0.6.0/gast-0.6.0.tar.gz" +MD5SUM="a7d75f4f4b7f45682dfb6d759ffd2953" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |