mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 12:54:58 +00:00
install-uv: Upgrade uv from 0.6.13 to 0.7.2.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit fe96666782)
This commit is contained in:
committed by
Tim Abbott
parent
84a1024b09
commit
e82a693576
@@ -1,12 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
set -eu
|
||||
|
||||
version=0.6.13
|
||||
version=0.7.2
|
||||
arch="$(uname -m)"
|
||||
tarball="uv-$arch-unknown-linux-gnu.tar.gz"
|
||||
declare -A sha256=(
|
||||
[aarch64]=ac0c723663ff76183077cc9aa91dcd0b5100081d87f93e1ba482930e0a584e90
|
||||
[x86_64]=f6788fd45a25ea1033a671eaa9ece6c9b004ce5c9cf09552effadde567a7d7a5
|
||||
[aarch64]=2872fdf4785666575d129ba90590c44e6508e22584735f3e7e8a30d773dfc3db
|
||||
[x86_64]=cfaab1b5166a6439ff66f020333d3a12bbdf622deee3b510718283e8f06c9de7
|
||||
)
|
||||
|
||||
check_version() {
|
||||
|
||||
@@ -49,4 +49,4 @@ API_FEATURE_LEVEL = 372 # Last bumped to interpret "(no topic)" as empty string
|
||||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = (322, 0) # bumped 2025-04-07 to upgrade Python requirements
|
||||
PROVISION_VERSION = (322, 1) # bumped 2025-05-04 to upgrade uv
|
||||
|
||||
Reference in New Issue
Block a user