mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
install-uv: Upgrade uv from 0.8.15 to 0.8.22.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit 0b400a66cc
)
This commit is contained in:
committed by
Alex Vandiver
parent
5d79c7962f
commit
f72ba77718
@@ -1,12 +1,12 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
version=0.8.15
|
version=0.8.22
|
||||||
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]=6ede0fefa7db7be3d5d9eda8784a8e43b1cf5410720eb3da60ab1d2f66678e82
|
[aarch64]=726b72a137fda33565143325f7d31c42cd30ff9ccdf067e00d124d37b4081cb2
|
||||||
[x86_64]=be9878e9d08ebcb621a683aba52e7fb8bbf92b2532e0d759026ffcc067673042
|
[x86_64]=741ff1f5742c5a4a25d2f829e8395355e43f7a5ae2ebc6368e9ae2df0efb69cf
|
||||||
)
|
)
|
||||||
|
|
||||||
check_version() {
|
check_version() {
|
||||||
|
@@ -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, 2) # bumped 2025-10-22 to upgrade Python requirements
|
PROVISION_VERSION = (342, 3) # bumped 2025-10-22 to upgrade uv
|
||||||
|
Reference in New Issue
Block a user