From 26dc355bf510565393fb2c55228cacc7dcf5fead Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Wed, 13 Aug 2025 14:16:19 -0700 Subject: [PATCH] install-uv: Upgrade uv from 0.7.21 to 0.8.10. Signed-off-by: Anders Kaseorg --- scripts/lib/install-uv | 6 +++--- version.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/lib/install-uv b/scripts/lib/install-uv index efb004065d..c57698142e 100755 --- a/scripts/lib/install-uv +++ b/scripts/lib/install-uv @@ -1,12 +1,12 @@ #!/usr/bin/env bash set -eu -version=0.7.21 +version=0.8.10 arch="$(uname -m)" tarball="uv-$arch-unknown-linux-gnu.tar.gz" declare -A sha256=( - [aarch64]=1dae18211605b9d00767d913da5108aea50200a88372bf8a2e1f56abdbe509f0 - [x86_64]=ca3e8898adfce5fcc891d393a079013fa4bd0d9636cef11aded8a7485bcba312 + [aarch64]=de60f5e3d69b54e6196fb8937fef4feb15e239f0fd14278e77e44dbb353214ae + [x86_64]=2c4392591fe9469d006452ef22f32712f35087d87fb1764ec03e23544eb8770d ) check_version() { diff --git a/version.py b/version.py index 4572bb8017..333711f56f 100644 --- a/version.py +++ b/version.py @@ -49,4 +49,4 @@ API_FEATURE_LEVEL = 425 # historical commits sharing the same major version, in which case a # minor version bump suffices. -PROVISION_VERSION = (340, 2) # bumped 2025-08-12 to upgrade google-re2 +PROVISION_VERSION = (340, 3) # bumped 2025-08-13 to upgrade uv