2025-03-21 00:37:18 +00:00

37 lines
1.2 KiB
JSON

{
"version": "0.6.9",
"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.6.9/uv-x86_64-pc-windows-msvc.zip",
"hash": "4d959abc2517c38b5527e3368b6755d66ecbb85679a9b2b34b7a78796c6cf7f8"
},
"32bit": {
"url": "https://github.com/astral-sh/uv/releases/download/0.6.9/uv-i686-pc-windows-msvc.zip",
"hash": "709d6d7e6d0e8244b4d51ac9ef0f373d2ac2cb20570e8bdf71c84ccab8c8cba0"
}
},
"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"
}
}
}