2025-06-29 16:29:38 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.7.17",
"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.17/uv-x86_64-pc-windows-msvc.zip",
"hash": "b49d1a02662ac4a490c886fff8a340a4adc32da8d0634fc653a69459d2b5f863"
},
"32bit": {
"url": "https://github.com/astral-sh/uv/releases/download/0.7.17/uv-i686-pc-windows-msvc.zip",
"hash": "45ffa8cd52e6a0764c2bde7c97be840b6c7606f976e6ae51bab394a891653f52"
}
},
"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"
}
},
"hash": {
"url": "$url.sha256"
}
}
}