2025-06-25 12:33:26 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.7.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.7.15/uv-x86_64-pc-windows-msvc.zip",
"hash": "b78c2d265e74b21b1c04b5b4ffd61c5c7b8110f9188e24949ee9f6fd5fbaf0a8"
},
"32bit": {
"url": "https://github.com/astral-sh/uv/releases/download/0.7.15/uv-i686-pc-windows-msvc.zip",
"hash": "831ac11382c9ae014f6f5d27506c8977bfba5aa6b104e278d3a87ff4d1e311d3"
}
},
"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"
}
},
"hash": {
"url": "$url.sha256"
}
}
}