mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 21:44:29 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "0.48.1",
|
|
"description": "Package management made easy",
|
|
"homepage": "https://pixi.sh",
|
|
"license": "BSD-3-Clause",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/prefix-dev/pixi/releases/download/v0.48.1/pixi-x86_64-pc-windows-msvc.zip",
|
|
"hash": "d014902fb90e4f718c109be1d9fd7be71e2dc21ff1ec09a73f0d0c28d343b8ed"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/prefix-dev/pixi/releases/download/v0.48.1/pixi-aarch64-pc-windows-msvc.zip",
|
|
"hash": "f579326b108d2fed1ce1e99347ae8826ec1d3872c180adc986ab10eebe0fd586"
|
|
}
|
|
},
|
|
"bin": "pixi.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/prefix-dev/pixi"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/prefix-dev/pixi/releases/download/v$version/pixi-x86_64-pc-windows-msvc.zip",
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/prefix-dev/pixi/releases/download/v$version/pixi-aarch64-pc-windows-msvc.zip",
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|