From e48ba58f1ac5a84a1a20986fc19580b6459c4549 Mon Sep 17 00:00:00 2001 From: Zhiyuan Zheng Date: Sat, 5 Jul 2025 08:48:37 +0800 Subject: [PATCH] uv@0.7.19: Add arm64 (#6915) * Add ARM64 for uv.json * Update uv.json --------- Co-authored-by: HUMORCE --- bucket/uv.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bucket/uv.json b/bucket/uv.json index 3d917f4d02..13eb05908c 100644 --- a/bucket/uv.json +++ b/bucket/uv.json @@ -11,6 +11,10 @@ "32bit": { "url": "https://github.com/astral-sh/uv/releases/download/0.7.19/uv-i686-pc-windows-msvc.zip", "hash": "063829d117c2e42322b0e3a59ee91020dcb1d95522889b903ffad392df197a11" + }, + "arm64": { + "url": "https://github.com/astral-sh/uv/releases/download/0.7.19/uv-aarch64-pc-windows-msvc.zip", + "hash": "c843b95d9bad3e364ead2af00b793d42156cb4f8ac0c2e33bfd2b3e50a0efc86" } }, "bin": [ @@ -28,6 +32,9 @@ }, "32bit": { "url": "https://github.com/astral-sh/uv/releases/download/$version/uv-i686-pc-windows-msvc.zip" + }, + "arm64": { + "url": "https://github.com/astral-sh/uv/releases/download/$version/uv-aarch64-pc-windows-msvc.zip" } }, "hash": {