2024-07-03 08:28:22 +00:00

32 lines
1.1 KiB
JSON

{
"version": "0.2.21",
"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.21/uv-x86_64-pc-windows-msvc.zip",
"hash": "bf4946c5a8751cc63def72aaa53a9a0c1ca015876b9ec144cc389ef4901dbc4a"
},
"32bit": {
"url": "https://github.com/astral-sh/uv/releases/download/0.2.21/uv-i686-pc-windows-msvc.zip",
"hash": "7740b290f6efdfc73d24977e4dc86be144865ca92ec106cb8e0b206f7b77b80f"
}
},
"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"
}
}
}