2025-12-03 04:30:29 +00:00

45 lines
1.6 KiB
JSON

{
"version": "0.9.15",
"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.9.15/uv-x86_64-pc-windows-msvc.zip",
"hash": "a6887c93a54c46de7dcc0bc798f84a130d7f411124ad43252716f75d0c2c33e0"
},
"32bit": {
"url": "https://github.com/astral-sh/uv/releases/download/0.9.15/uv-i686-pc-windows-msvc.zip",
"hash": "7dabeb4719dedc1f690e4d5e9641d92c6b17e04245015d64511d207dbb1792d8"
},
"arm64": {
"url": "https://github.com/astral-sh/uv/releases/download/0.9.15/uv-aarch64-pc-windows-msvc.zip",
"hash": "19422893deba37feb4b4191b43be89525ac48bd378f9fdbf2d5bca44319f8c19"
}
},
"bin": [
"uv.exe",
"uvx.exe",
"uvw.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"
},
"arm64": {
"url": "https://github.com/astral-sh/uv/releases/download/$version/uv-aarch64-pc-windows-msvc.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}