mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "0.59.0",
|
|
"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.59.0/pixi-x86_64-pc-windows-msvc.zip",
|
|
"hash": "15597af84af861437498bb1d9ef94b1a90cd6c981a5d319f8abb11ec816f998b"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/prefix-dev/pixi/releases/download/v0.59.0/pixi-aarch64-pc-windows-msvc.zip",
|
|
"hash": "e68776ae7abb32630c9100ea0245e767df35babe127a3746fce5b2523c47d413"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|