mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "2.55.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.55.1/aqua_windows_amd64.zip",
|
|
"hash": "3efa0eaecd4f252f9dcf0d3b723e77894657977dc91939aac7697380a3f476a1"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/aquaproj/aqua/releases/download/v2.55.1/aqua_windows_arm64.zip",
|
|
"hash": "faf478d4db6e873ed85365e6864af31bf831317a1736b4ca7f3cf561e3a463ec"
|
|
}
|
|
},
|
|
"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_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/aqua_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|