mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-04 00:04:40 +00:00
45 lines
1.6 KiB
JSON
45 lines
1.6 KiB
JSON
{
|
|
"version": "0.10.7",
|
|
"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.10.7/uv-x86_64-pc-windows-msvc.zip",
|
|
"hash": "8881afb877996a1373a12e816395122a8d39a3ac06cd066272acdb49510cf0fe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/astral-sh/uv/releases/download/0.10.7/uv-i686-pc-windows-msvc.zip",
|
|
"hash": "a7960473a473ee5907a55fccb8c645e24c1da7d39076aaef652b819e3a26a28b"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/astral-sh/uv/releases/download/0.10.7/uv-aarch64-pc-windows-msvc.zip",
|
|
"hash": "45ba7b72a7435343d650c73d21d65d2e8bdda47f6bd39af00e37f3cb70aa79ef"
|
|
}
|
|
},
|
|
"bin": [
|
|
"uv.exe",
|
|
"uvx.exe",
|
|
"uvw.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"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/astral-sh/uv/releases/download/$version/uv-aarch64-pc-windows-msvc.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|