forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathair.json
38 lines (38 loc) · 1.55 KB
/
air.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
34
35
36
37
38
{
"version": "1.51.0",
"description": "A live-reloading command line utility for developing Go applications.",
"homepage": "https://github.com/cosmtrek/air",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/cosmtrek/air/releases/download/v1.51.0/air_1.51.0_windows_amd64.tar.gz",
"hash": "09eb05b8da3259088350ef831d983c361c912606f9325279f996461d66417108"
},
"32bit": {
"url": "https://github.com/cosmtrek/air/releases/download/v1.51.0/air_1.51.0_windows_386.tar.gz",
"hash": "41f0d64094ebc6c5b115049ef393c26cdc355430574f97f3b9f3865fe49fef55"
},
"arm64": {
"url": "https://github.com/cosmtrek/air/releases/download/v1.51.0/air_1.51.0_windows_arm64.tar.gz",
"hash": "5955c8d44bdfde5c9231a7c12e6c8c64237db6d3ffc3744d85203a9897befcc5"
}
},
"bin": "air.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/cosmtrek/air/releases/download/v$version/air_$version_windows_amd64.tar.gz"
},
"32bit": {
"url": "https://github.com/cosmtrek/air/releases/download/v$version/air_$version_windows_386.tar.gz"
},
"arm64": {
"url": "https://github.com/cosmtrek/air/releases/download/v$version/air_$version_windows_arm64.tar.gz"
}
},
"hash": {
"url": "$baseurl/air_$version_checksums.txt"
}
}
}