2024-09-05 00:34:00 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.4.5",
"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.4.5/uv-x86_64-pc-windows-msvc.zip",
"hash": "850c5718328883cbf88558d2420b6c82066925e258a6207cef1e5ba3931e5028"
},
"32bit": {
"url": "https://github.com/astral-sh/uv/releases/download/0.4.5/uv-i686-pc-windows-msvc.zip",
"hash": "b6efe473a6cf7f93ae060e040b5d7e9a988d67cbb9e089a4547c7e0ad7ed7323"
}
},
"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"
}
}
}