diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2023-03-30 20:42:32 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-01 09:14:14 +0700 |
commit | 7c71523b5bb9d7315fcaf3be90bca40ce48b8e28 (patch) | |
tree | 2fed593e8622aa1a386b8ee80eebcba7dcb1a3ac /python/python3-aiofiles/python3-aiofiles.SlackBuild | |
parent | 7c073096179647a08f51acfcbd06e27cbe945800 (diff) |
python/python3-aiofiles: Updated for version 23.1.0.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-aiofiles/python3-aiofiles.SlackBuild')
-rw-r--r-- | python/python3-aiofiles/python3-aiofiles.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-aiofiles/python3-aiofiles.SlackBuild b/python/python3-aiofiles/python3-aiofiles.SlackBuild index 91260448e2..ce3c6a39df 100644 --- a/python/python3-aiofiles/python3-aiofiles.SlackBuild +++ b/python/python3-aiofiles/python3-aiofiles.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-aiofiles -# Copyright 2022 Steven Voges <Oregon, USA> +# Copyright 2022-2023 Steven Voges <Oregon, USA> # 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-aiofiles SRCNAM=aiofiles -VERSION=${VERSION:-22.1.0} +VERSION=${VERSION:-23.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |