2024-03-13 04:25:41 +00:00

32 lines
1.1 KiB
JSON

{
"version": "0.1.18",
"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.1.18/uv-x86_64-pc-windows-msvc.zip",
"hash": "c34cf263728d784ec98eb6bfda4adb2d7e9ab5f649af8e22a05b60253f919668"
},
"32bit": {
"url": "https://github.com/astral-sh/uv/releases/download/0.1.18/uv-i686-pc-windows-msvc.zip",
"hash": "f4e17a94f14bc775dbef4fffc59ce6290e05806e93c348d60e82adc4d9850d51"
}
},
"bin": "uv.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"
}
}
}