mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 04:54:29 +00:00
45 lines
1.6 KiB
JSON
45 lines
1.6 KiB
JSON
{
|
|
"version": "0.8.20",
|
|
"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.8.20/uv-x86_64-pc-windows-msvc.zip",
|
|
"hash": "e2aa89b78f0a0fa7cbf9d42508c7a962bda803425d8ec3e9cf7a69fb00cf6791"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/astral-sh/uv/releases/download/0.8.20/uv-i686-pc-windows-msvc.zip",
|
|
"hash": "62fd821f330f469cce6e02eded6f63ba51a9461acc9e0e16794e05da08fe16be"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/astral-sh/uv/releases/download/0.8.20/uv-aarch64-pc-windows-msvc.zip",
|
|
"hash": "ac33f921e0d48d14a106a6cc84b146da7a1f4a3c329c7fb0e1a8e6ff4cf541e6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|