mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 20:44:27 +00:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"version": "0.7.10",
|
|
"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.7.10/uv-x86_64-pc-windows-msvc.zip",
|
|
"hash": "1568a71af55e9d9bc4a050ec79134a342a8a3765a73f6b7ec26490c2814f8797"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/astral-sh/uv/releases/download/0.7.10/uv-i686-pc-windows-msvc.zip",
|
|
"hash": "f3c62ff935685d9d4312b82d01ed386493b97c3d22bd434d943fc99ce9aef83a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|