diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2025-05-11 17:30:06 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-05-17 22:33:34 +0700 |
commit | e2b01265b8bca3d45661434b25199288e277e61d (patch) | |
tree | 81af0260a77c807291fdcc6acb3b2fe488efbbbf /python/python3-pyflakes/python3-pyflakes.SlackBuild | |
parent | 06ba96e2e86e413e553362163a1d49f1353a6a4f (diff) |
python/python3-pyflake: Updated for version 3.3.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pyflakes/python3-pyflakes.SlackBuild')
-rw-r--r-- | python/python3-pyflakes/python3-pyflakes.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-pyflakes/python3-pyflakes.SlackBuild b/python/python3-pyflakes/python3-pyflakes.SlackBuild index c73c05d397..98485c4103 100644 --- a/python/python3-pyflakes/python3-pyflakes.SlackBuild +++ b/python/python3-pyflakes/python3-pyflakes.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-pyflakes -# Copyright 2022-2024 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2022-2025 Dimitris Zlatanidis Orestiada, Greece # 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-pyflakes SRCNAM=pyflakes -VERSION=${VERSION:-3.2.0} +VERSION=${VERSION:-3.3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |