2024-09-07 04:28:32 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.4.7",
"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.7/uv-x86_64-pc-windows-msvc.zip",
"hash": "5bf8c7a9bda91c8aaa0a7d4aeaa25fe891010cb3336972fb3a58065b668f66e4"
},
"32bit": {
"url": "https://github.com/astral-sh/uv/releases/download/0.4.7/uv-i686-pc-windows-msvc.zip",
"hash": "cecb8bce8a911438c52ebdfbfbd516c5fa8111ff9c4c609224443b56074c409f"
}
},
"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"
}
}
}