install-uv: Upgrade uv from 0.8.22 to 0.9.5.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-10-22 13:14:09 -07:00
committed by Tim Abbott
parent 7e29b35fa0
commit 69f2e95e49
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.22 version=0.9.5
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]=726b72a137fda33565143325f7d31c42cd30ff9ccdf067e00d124d37b4081cb2 [aarch64]=9db0c2f6683099f86bfeea47f4134e915f382512278de95b2a0e625957594ff3
[x86_64]=741ff1f5742c5a4a25d2f829e8395355e43f7a5ae2ebc6368e9ae2df0efb69cf [x86_64]=2cf10babba653310606f8b49876cfb679928669e7ddaa1fb41fb00ce73e64f66
) )
check_version() { check_version() {

View File

@@ -50,4 +50,4 @@ API_FEATURE_LEVEL = 427
# 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 = (353, 0) # bumped 2025-10-07 to rebuild emoji_names PROVISION_VERSION = (353, 1) # bumped 2025-10-22 to upgrade uv