2025-08-07 16:30:49 +00:00

45 lines
1.6 KiB
JSON

{
"version": "0.8.6",
"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.8.6/uv-x86_64-pc-windows-msvc.zip",
"hash": "f7ed402ea1e4d7fb2b2490e1a097e9849bfdaaa689521d290bdce5478db0428f"
},
"32bit": {
"url": "https://github.com/astral-sh/uv/releases/download/0.8.6/uv-i686-pc-windows-msvc.zip",
"hash": "4eaa185b61f9cfe73ab7534de7282e51cc0f6bf47361429bdcbb6a5f3264f6e4"
},
"arm64": {
"url": "https://github.com/astral-sh/uv/releases/download/0.8.6/uv-aarch64-pc-windows-msvc.zip",
"hash": "a2891f1f1c56e717115579da655951007e2e5e498535b473d9f7cbffe7369e1a"
}
},
"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"
}
}
}