2025-01-16 00:35:34 +00:00

37 lines
1.2 KiB
JSON

{
"version": "0.5.20",
"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.5.20/uv-x86_64-pc-windows-msvc.zip",
"hash": "dede2f71e7a15137ca17e3a1106e3797a650a2e2d607658f31ad4e986de3d67d"
},
"32bit": {
"url": "https://github.com/astral-sh/uv/releases/download/0.5.20/uv-i686-pc-windows-msvc.zip",
"hash": "389182a593b6f761dffb7c82c3eee3f8e4f4848fbf26fa1e6ab95ac3fcad687b"
}
},
"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"
}
}
}