2025-07-30 20:29:51 +00:00

45 lines
1.6 KiB
JSON

{
"version": "0.8.4",
"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.4/uv-x86_64-pc-windows-msvc.zip",
"hash": "817c50c80229f88de9699626ee3774c0cceed86099663e8fb00c5ffae7ea911c"
},
"32bit": {
"url": "https://github.com/astral-sh/uv/releases/download/0.8.4/uv-i686-pc-windows-msvc.zip",
"hash": "fc4fca95757e78fa4a782ae7f5cba4f52137df49b737cec0a6ad8092ca829151"
},
"arm64": {
"url": "https://github.com/astral-sh/uv/releases/download/0.8.4/uv-aarch64-pc-windows-msvc.zip",
"hash": "34cdff9ed7e1ffece93a895e65377a0ea4f186eb6785ead045280be59edabf19"
}
},
"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"
}
}
}