diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-06-21 03:16:35 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-22 20:26:45 +0700 |
commit | 0d2bd76475359cd47fb28d1e4749f9ce22552950 (patch) | |
tree | 61974e77c2dcac974390fafd3e498cd51fb3d653 /python/python3-orjson/python3-orjson.SlackBuild | |
parent | 23e71f566e6a6a715ec6d93429865da77cfdb277 (diff) |
python/python3-orjson: Updated for version 3.10.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-orjson/python3-orjson.SlackBuild')
-rw-r--r-- | python/python3-orjson/python3-orjson.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-orjson/python3-orjson.SlackBuild b/python/python3-orjson/python3-orjson.SlackBuild index 6f4a19e4ef..512687cd60 100644 --- a/python/python3-orjson/python3-orjson.SlackBuild +++ b/python/python3-orjson/python3-orjson.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-orjson SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-3.10.3} +VERSION=${VERSION:-3.10.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |