2024-08-08 00:34:08 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.2.34",
"description": "An extremely fast Python package installer and resolver, written in Rust.",
"homepage": "https://github.com/astral-sh/uv",
"license": "Apache-2.0|MIT",
"architecture": {
"64bit": {
"url": "https://github.com/astral-sh/uv/releases/download/0.2.34/uv-x86_64-pc-windows-msvc.zip",
"hash": "d237ebacb6f4a651fbad3af702f29b8262b825e070c87e9020d5164936459393"
},
"32bit": {
"url": "https://github.com/astral-sh/uv/releases/download/0.2.34/uv-i686-pc-windows-msvc.zip",
"hash": "34035c24e9c6dcf1164f10fee22e12fd03b329479233986909458df3259cf22f"
}
},
"bin": [
"uv.exe",
"uvx.exe"
],
"checkver": "github",
"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"
}
}
}