install-uv: Upgrade uv from 0.8.10 to 0.8.15.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit 270c50651c)
This commit is contained in:
Anders Kaseorg
2025-09-04 15:42:24 -07:00
committed by Alex Vandiver
parent 316802fa3e
commit 582bc7d303
2 changed files with 4 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -eu set -eu
version=0.8.10 version=0.8.15
arch="$(uname -m)" arch="$(uname -m)"
tarball="uv-$arch-unknown-linux-gnu.tar.gz" tarball="uv-$arch-unknown-linux-gnu.tar.gz"
declare -A sha256=( declare -A sha256=(
[aarch64]=de60f5e3d69b54e6196fb8937fef4feb15e239f0fd14278e77e44dbb353214ae [aarch64]=6ede0fefa7db7be3d5d9eda8784a8e43b1cf5410720eb3da60ab1d2f66678e82
[x86_64]=2c4392591fe9469d006452ef22f32712f35087d87fb1764ec03e23544eb8770d [x86_64]=be9878e9d08ebcb621a683aba52e7fb8bbf92b2532e0d759026ffcc067673042
) )
check_version() { check_version() {

View File

@@ -49,4 +49,4 @@ API_FEATURE_LEVEL = 421
# historical commits sharing the same major version, in which case a # historical commits sharing the same major version, in which case a
# minor version bump suffices. # minor version bump suffices.
PROVISION_VERSION = (342, 0) # bumped 2025-10-01 to remove emoji-datasource-google-blob PROVISION_VERSION = (342, 1) # bumped 2025-10-22 to upgrade uv