2025-11-21 00:40:17 +00:00

45 lines
1.6 KiB
JSON

{
"version": "0.9.11",
"description": "An extremely fast Python package installer and resolver, written in Rust.",
"homepage": "https://docs.astral.sh/uv/",
"license": "Apache-2.0|MIT",
"architecture": {
"64bit": {
"url": "https://github.com/astral-sh/uv/releases/download/0.9.11/uv-x86_64-pc-windows-msvc.zip",
"hash": "45a3ff2a68c246ed9fd2d9df032496c1beebe480357f356ac25d2cb144884c30"
},
"32bit": {
"url": "https://github.com/astral-sh/uv/releases/download/0.9.11/uv-i686-pc-windows-msvc.zip",
"hash": "d7a6e1d8f3d6bc2eea36311fe1b30ee44e8aac5de54189bbf17849a212a388a0"
},
"arm64": {
"url": "https://github.com/astral-sh/uv/releases/download/0.9.11/uv-aarch64-pc-windows-msvc.zip",
"hash": "04964328f8e8a4e868153f65a29a927c5d3d8f16c343686bbab5147c72858903"
}
},
"bin": [
"uv.exe",
"uvx.exe",
"uvw.exe"
],
"checkver": {
"github": "https://github.com/astral-sh/uv"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/astral-sh/uv/releases/download/$version/uv-x86_64-pc-windows-msvc.zip"
},
"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": {
"url": "$url.sha256"
}
}
}