aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/python3-gast/python3-gast.SlackBuild4
-rw-r--r--python/python3-gast/python3-gast.info6
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=""