mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-15 08:05:14 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "2.50.1",
|
|
"description": "Declarative CLI version manager written in Go",
|
|
"homepage": "https://aquaproj.github.io/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/aquaproj/aqua/releases/download/v2.50.1/aqua_windows_amd64.zip",
|
|
"hash": "5b7dc68f2d03831fa963d2ad66e54d6da49468ad58da337f48415216cd6b00b8"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/aquaproj/aqua/releases/download/v2.50.1/aqua_windows_amd64.zip",
|
|
"hash": "5b7dc68f2d03831fa963d2ad66e54d6da49468ad58da337f48415216cd6b00b8"
|
|
}
|
|
},
|
|
"bin": "aqua.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/aquaproj/aqua"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/aquaproj/aqua/releases/download/v$version/aqua_windows_amd64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/aquaproj/aqua/releases/download/v$version/aqua_windows_amd64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/aqua_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|