2024-09-06 00:33:51 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.4.6",
"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.4.6/uv-x86_64-pc-windows-msvc.zip",
"hash": "d48c8855f79933ab006b6a930bc611105aa52031f33aa80c32f1765a956dd92a"
},
"32bit": {
"url": "https://github.com/astral-sh/uv/releases/download/0.4.6/uv-i686-pc-windows-msvc.zip",
"hash": "33289a7a2cc369831ae8384f0113f30c614a6be333ebef6abfc487decd50cf95"
}
},
"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"
}
}
}