uv@0.7.19: Add arm64 (#6915)

* Add ARM64 for uv.json

* Update uv.json

---------

Co-authored-by: HUMORCE <humorce@outlook.com>
This commit is contained in:
Zhiyuan Zheng 2025-07-05 08:48:37 +08:00 committed by GitHub
parent 252eb509ee
commit e48ba58f1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": {