mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 19:14:48 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "0.62.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.62.2/pixi-x86_64-pc-windows-msvc.zip",
|
|
"hash": "c04ed404fc012fdc881d8a730ad41ebe87e2bedf5fe0da1bd136d5b1ead341b1"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/prefix-dev/pixi/releases/download/v0.62.2/pixi-aarch64-pc-windows-msvc.zip",
|
|
"hash": "51f41860f6795ef6155c291b97d6b974b9545bb5b16c8fe63811ad9dbf90f8c4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|