mirror of
https://github.com/zulip/zulip.git
synced 2025-10-28 10:33:54 +00:00
install-uv: Upgrade uv from 0.7.21 to 0.8.10.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
66114d404a
commit
26dc355bf5
@@ -1,12 +1,12 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
version=0.7.21
|
version=0.8.10
|
||||||
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]=1dae18211605b9d00767d913da5108aea50200a88372bf8a2e1f56abdbe509f0
|
[aarch64]=de60f5e3d69b54e6196fb8937fef4feb15e239f0fd14278e77e44dbb353214ae
|
||||||
[x86_64]=ca3e8898adfce5fcc891d393a079013fa4bd0d9636cef11aded8a7485bcba312
|
[x86_64]=2c4392591fe9469d006452ef22f32712f35087d87fb1764ec03e23544eb8770d
|
||||||
)
|
)
|
||||||
|
|
||||||
check_version() {
|
check_version() {
|
||||||
|
|||||||
@@ -49,4 +49,4 @@ API_FEATURE_LEVEL = 425
|
|||||||
# 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 = (340, 2) # bumped 2025-08-12 to upgrade google-re2
|
PROVISION_VERSION = (340, 3) # bumped 2025-08-13 to upgrade uv
|
||||||
|
|||||||
Reference in New Issue
Block a user