2025-11-26 20:30:27 +00:00

45 lines
1.6 KiB
JSON

{
"version": "0.9.13",
"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.13/uv-x86_64-pc-windows-msvc.zip",
"hash": "cdfb04512c9184939f16eea02644a7133b4e41233ead69122d49847d29a45538"
},
"32bit": {
"url": "https://github.com/astral-sh/uv/releases/download/0.9.13/uv-i686-pc-windows-msvc.zip",
"hash": "be134c7576ba494db286a2ccc2ada117b4709e67090264d81891221ea366f2ef"
},
"arm64": {
"url": "https://github.com/astral-sh/uv/releases/download/0.9.13/uv-aarch64-pc-windows-msvc.zip",
"hash": "761e29d5a67ca61f1d19c20ce935a9fd1f0011efb0e00f1efb20b0801e06b3c4"
}
},
"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"
}
}
}