install-uv: Upgrade uv from 0.6.6 to 0.6.13.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit e4a2695f54)
This commit is contained in:
Anders Kaseorg
2025-04-07 13:08:56 -07:00
committed by Tim Abbott
parent 1f442f0bd1
commit 25c8d2abd0
2 changed files with 4 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -eu set -eu
version=0.6.6 version=0.6.13
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]=37a543598cdb7d8fc9b74e6b1fe1fdf8b9a279c6137c7ff8396a88f69ec7a43c [aarch64]=ac0c723663ff76183077cc9aa91dcd0b5100081d87f93e1ba482930e0a584e90
[x86_64]=4c3426c4919d9f44633ab9884827fa1ad64ad8d993516d636eb955a3835c4a8c [x86_64]=f6788fd45a25ea1033a671eaa9ece6c9b004ce5c9cf09552effadde567a7d7a5
) )
check_version() { check_version() {

View File

@@ -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 # historical commits sharing the same major version, in which case a
# minor version bump suffices. # minor version bump suffices.
PROVISION_VERSION = (321, 0) # bumped 2025-03-14 to upgrade JavaScript dependencies PROVISION_VERSION = (321, 1) # bumped 2025-04-07 to upgrade uv