2025-04-30 12:32:40 +00:00

37 lines
1.2 KiB
JSON

{
"version": "0.7.1",
"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.7.1/uv-x86_64-pc-windows-msvc.zip",
"hash": "b4d48072e384014ecd04ec5c544aee523ead1faaebcd428ba5f6abf2836096df"
},
"32bit": {
"url": "https://github.com/astral-sh/uv/releases/download/0.7.1/uv-i686-pc-windows-msvc.zip",
"hash": "38a98c532e463169e8c4f1ae3649dd500c168f6db687e3b29570930c55ffedf7"
}
},
"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"
}
}
}