2025-06-13 00:40:36 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.7.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.7.13/uv-x86_64-pc-windows-msvc.zip",
"hash": "e199b10bef1a7cc540014483e7f60f825a174988f41020e9d2a6b01bd60f0669"
},
"32bit": {
"url": "https://github.com/astral-sh/uv/releases/download/0.7.13/uv-i686-pc-windows-msvc.zip",
"hash": "5cf71014fde208ee0833026b3828007f8eaf514ec003784dc1ae92633877179b"
}
},
"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"
}
}
}