2025-10-21 20:29:33 +00:00

45 lines
1.6 KiB
JSON

{
"version": "0.9.5",
"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.5/uv-x86_64-pc-windows-msvc.zip",
"hash": "515dc53d7553f1357d0abc1f70acd921fbb9e30230b1d9a08737236daa6ee920"
},
"32bit": {
"url": "https://github.com/astral-sh/uv/releases/download/0.9.5/uv-i686-pc-windows-msvc.zip",
"hash": "a0f454fb7bb350821b228e6d9f46f942eb9103f40ce7bd8fafb495647586a82b"
},
"arm64": {
"url": "https://github.com/astral-sh/uv/releases/download/0.9.5/uv-aarch64-pc-windows-msvc.zip",
"hash": "4c615aa19e37b2ec7da3370a25a562bb0061ab005081e4539702c059715dc2b0"
}
},
"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"
}
}
}