mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
install-uv: Upgrade uv from 0.7.11 to 0.7.15.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
ed84264c39
commit
9f8f6e60d9
@@ -1,12 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
set -eu
|
||||
|
||||
version=0.7.11
|
||||
version=0.7.15
|
||||
arch="$(uname -m)"
|
||||
tarball="uv-$arch-unknown-linux-gnu.tar.gz"
|
||||
declare -A sha256=(
|
||||
[aarch64]=80cf695c4e10b532e9db3c7fbbcfb0f8356f2e70e7a4a5040e005f0fae70923d
|
||||
[x86_64]=df54b274e99b7ef26030dc21d105ce115bc21a644fc6a321bde9222cb1616de6
|
||||
[aarch64]=a8241809c6efcf5ff649d259276dabd297a2c46e9e2f78891a1f9b8ae858e1e8
|
||||
[x86_64]=b1dc0892749e93382decbd894755be0ba1535587f0bb8333572b072d1b0f652a
|
||||
)
|
||||
|
||||
check_version() {
|
||||
|
Reference in New Issue
Block a user