aboutsummaryrefslogtreecommitdiff
path: root/python/python3-uv/python3-uv.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-uv/python3-uv.SlackBuild')
-rw-r--r--python/python3-uv/python3-uv.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python3-uv/python3-uv.SlackBuild b/python/python3-uv/python3-uv.SlackBuild
index 59278b59e2..7efce5d68a 100644
--- a/python/python3-uv/python3-uv.SlackBuild
+++ b/python/python3-uv/python3-uv.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-uv
-VERSION=${VERSION:-0.8.18}
+VERSION=${VERSION:-0.8.19}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -66,9 +66,9 @@ PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages/
if [ "$ARCH" = "x86_64" ]; then
- python3 -m installer --destdir "$PKG" "$CWD/uv-0.8.18-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
+ python3 -m installer --destdir "$PKG" "$CWD/uv-0.8.19-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
elif [ "$ARCH" = "i586" ]; then
- python3 -m installer --destdir "$PKG" "$CWD/uv-0.8.18-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl"
+ python3 -m installer --destdir "$PKG" "$CWD/uv-0.8.19-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl"
fi
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \