mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 04:35:13 +00:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"version": "0.5.11",
|
|
"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.5.11/uv-x86_64-pc-windows-msvc.zip",
|
|
"hash": "3e8203e6434b45427f20824419f8d8d53f970a76d94ccdcad07f8498fa01a9d0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/astral-sh/uv/releases/download/0.5.11/uv-i686-pc-windows-msvc.zip",
|
|
"hash": "955dfba777851761b246bfa701a05fa809676493fa83ec29837f5315ada38b3f"
|
|
}
|
|
},
|
|
"bin": [
|
|
"uv.exe",
|
|
"uvx.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"
|
|
}
|
|
}
|
|
}
|