mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
install-uv: Upgrade uv from 0.6.13 to 0.7.2.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
81befa2833
commit
fe96666782
@@ -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 = 381
|
||||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = (325, 2) # bumped 2025-04-16 to add altcha
|
||||
PROVISION_VERSION = (325, 3) # bumped 2025-05-04 to upgrade uv
|
||||
|
Reference in New Issue
Block a user