mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "0.54.2",
|
|
"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.54.2/pixi-x86_64-pc-windows-msvc.zip",
|
|
"hash": "6a823f19cac590dbc067c41364ff1c94d5bf81289178df5629532fdb133eadb1"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/prefix-dev/pixi/releases/download/v0.54.2/pixi-aarch64-pc-windows-msvc.zip",
|
|
"hash": "0d5bd7f2d4f4c84b91b8c0b7d02b661f23700140214519a7b10bc387de538954"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|