2024-07-29 20:25:57 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.2.31",
"description": "An extremely fast Python package installer and resolver, written in Rust.",
"homepage": "https://github.com/astral-sh/uv",
"license": "Apache-2.0|MIT",
"architecture": {
"64bit": {
"url": "https://github.com/astral-sh/uv/releases/download/0.2.31/uv-x86_64-pc-windows-msvc.zip",
"hash": "e5779b76db0ae0334221a1dc9956b97dc10969735750777717551397a2b48e31"
},
"32bit": {
"url": "https://github.com/astral-sh/uv/releases/download/0.2.31/uv-i686-pc-windows-msvc.zip",
"hash": "382c7007bdfa6f02d436b552fee33d2d2beec5335410b9fe308067c094f95742"
}
},
"bin": [
"uv.exe",
"uvx.exe"
],
"checkver": "github",
"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"
}
}
}