2024-07-25 00:35:09 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.2.29",
"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.29/uv-x86_64-pc-windows-msvc.zip",
"hash": "45456b9383097670a5f05ecb1288f9d6b7f7d84889ae7b6022130feaae834334"
},
"32bit": {
"url": "https://github.com/astral-sh/uv/releases/download/0.2.29/uv-i686-pc-windows-msvc.zip",
"hash": "0ff66ebe55fca07d6637b39ff9b9cf8169c726d5c3d3776e232b8cee2b04b22a"
}
},
"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"
}
}
}