diff options
author | isaackwy <isaacyu@protonmail.com> | 2023-12-25 16:58:19 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-29 18:49:39 +0700 |
commit | 3d51452230d71e66084c9c40e9b3a06a5a529b09 (patch) | |
tree | 83492d001cf6b38262fa1f73528cefeac6a302ad /python/nest_asyncio/nest_asyncio.SlackBuild | |
parent | 327002570a5f244999fc1f0ef21be62202dae110 (diff) |
python/nest_asyncio: Update for 1.5.8
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/nest_asyncio/nest_asyncio.SlackBuild')
-rw-r--r-- | python/nest_asyncio/nest_asyncio.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/python/nest_asyncio/nest_asyncio.SlackBuild b/python/nest_asyncio/nest_asyncio.SlackBuild index 9fb032eaf7..1c81ec698c 100644 --- a/python/nest_asyncio/nest_asyncio.SlackBuild +++ b/python/nest_asyncio/nest_asyncio.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for nest_asyncio # Copyright 2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> -# Copyright 2022 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.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=nest_asyncio -VERSION=${VERSION:-1.5.6} +VERSION=${VERSION:-1.5.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 |