2024-10-16 00:35:05 +00:00

37 lines
1.2 KiB
JSON

{
"version": "0.4.22",
"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.4.22/uv-x86_64-pc-windows-msvc.zip",
"hash": "709ab9ccf3958131ad2fac4590ebf005f9dbffb43d801d489492b654f321e49f"
},
"32bit": {
"url": "https://github.com/astral-sh/uv/releases/download/0.4.22/uv-i686-pc-windows-msvc.zip",
"hash": "818250c85496f54f6b703ced9a8e78ac518fb9137eba657e60bfff4a27b28574"
}
},
"bin": [
"uv.exe",
"uvx.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"
}
}
}