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:
Anders Kaseorg
2025-06-25 16:19:56 -07:00
committed by Anders Kaseorg
parent ed84264c39
commit 9f8f6e60d9
2 changed files with 4 additions and 4 deletions

View File

@@ -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() {