diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-01-05 21:37:25 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-08 09:43:32 +0700 |
commit | e778e41f2f4e47801a33ed40ba96465f9c213206 (patch) | |
tree | 7e95e819447225c7191243caaf6723b7f121d81b /python | |
parent | e62baf8808ab371620fb44dd5bb9590e6fd0f90d (diff) |
python/jsonpointer: Update for 2.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/jsonpointer/jsonpointer.SlackBuild | 7 | ||||
-rw-r--r-- | python/jsonpointer/jsonpointer.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/python/jsonpointer/jsonpointer.SlackBuild b/python/jsonpointer/jsonpointer.SlackBuild index 5811427154a50..2492f9064107b 100644 --- a/python/jsonpointer/jsonpointer.SlackBuild +++ b/python/jsonpointer/jsonpointer.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for jsonpointer # Copyright 2020 Alan Aversa <alan_avNOersa@lSPAMavabit.com> -# 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=jsonpointer -VERSION=${VERSION:-2.3} +VERSION=${VERSION:-2.4} 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 diff --git a/python/jsonpointer/jsonpointer.info b/python/jsonpointer/jsonpointer.info index 38cd57bca58f9..7af7a83bd7ccb 100644 --- a/python/jsonpointer/jsonpointer.info +++ b/python/jsonpointer/jsonpointer.info @@ -1,8 +1,8 @@ PRGNAM="jsonpointer" -VERSION="2.3" +VERSION="2.4" HOMEPAGE="https://pypi.org/project/jsonpointer/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jsonpointer/jsonpointer-2.3.tar.gz" -MD5SUM="57fd6581e61d56960d8c2027ff33f5c0" +DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jsonpointer/jsonpointer-2.4.tar.gz" +MD5SUM="16d785130e5ff235e4ae336eaa611e13" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |