2025-03-26 04:29:13 +00:00

37 lines
1.2 KiB
JSON

{
"version": "0.6.10",
"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.6.10/uv-x86_64-pc-windows-msvc.zip",
"hash": "c41c4f34782558d3263f7a51e4efd053bc4d074dc46fefa574c4fdb2ed0a00e1"
},
"32bit": {
"url": "https://github.com/astral-sh/uv/releases/download/0.6.10/uv-i686-pc-windows-msvc.zip",
"hash": "ff6c580750d6bdbca1cb7c64601ebf0f079cc6d8ab79df6472e5fd61e4f89cf9"
}
},
"bin": [
"uv.exe",
"uvx.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"
}
},
"hash": {
"url": "$url.sha256"
}
}
}