2024-08-22 00:33:23 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.3.1",
"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.3.1/uv-x86_64-pc-windows-msvc.zip",
"hash": "e57ebd003eee92edfaa909fffec3214aa032590566851edc5ce55824c4aacf8a"
},
"32bit": {
"url": "https://github.com/astral-sh/uv/releases/download/0.3.1/uv-i686-pc-windows-msvc.zip",
"hash": "f5d15af65e0782f2459770afacb3ce8c5a4916566399e357c951618edbd27c9d"
}
},
"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"
}
}
}