diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-05-10 00:58:11 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-11 08:12:25 +0700 |
commit | ab37f6e19d171ee0b4ffa88c662a27b048a49ab6 (patch) | |
tree | d8634b5fb605a2c08cddd9cd9fc1f6efa6aea4c5 /python/python3-orjson/python3-orjson.SlackBuild | |
parent | cfe294f9ca3ac472e1967bfe7b884c3c32a3a67f (diff) |
python/python3-orjson: Updated for version 3.10.3.
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 4f4033c6e5..6f4a19e4ef 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.0} +VERSION=${VERSION:-3.10.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |