mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "0.50.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.50.1/pixi-x86_64-pc-windows-msvc.zip",
|
|
"hash": "5d334e9d269ff85b5db397aa86f9af18dfcce9165eb551cd36179b1948b6ab88"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/prefix-dev/pixi/releases/download/v0.50.1/pixi-aarch64-pc-windows-msvc.zip",
|
|
"hash": "155e24d5c1e7fe1031d6d132fc7543f68774d2ffd60167f0fa4fe394da595c61"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|