forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaqua.json
33 lines (33 loc) · 1.15 KB
/
aqua.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"version": "2.29.0",
"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.29.0/aqua_windows_amd64.zip",
"hash": "0028bcc8d3f2c724fa9c5904c8849ea0f5ef620d3b4b0b210cb5e88ef7b9244c"
},
"arm64": {
"url": "https://github.com/aquaproj/aqua/releases/download/v2.29.0/aqua_windows_amd64.zip",
"hash": "0028bcc8d3f2c724fa9c5904c8849ea0f5ef620d3b4b0b210cb5e88ef7b9244c"
}
},
"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"
}
}
}