-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathair.json
38 lines (38 loc) · 1.58 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.61.7",
"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.61.7/air_1.61.7_windows_amd64.tar.gz",
"hash": "b540ba69194cc8a59472da5865f822090eccf9099ef172e0ce038c7ed16751c0"
},
"32bit": {
"url": "https://github.com/cosmtrek/air/releases/download/v1.61.7/air_1.61.7_windows_386.tar.gz",
"hash": "115d1003e95998779ed568b8b4b002e5cee79102903df9ba367c67944054323d"
},
"arm64": {
"url": "https://github.com/cosmtrek/air/releases/download/v1.61.7/air_1.61.7_windows_arm64.tar.gz",
"hash": "18ffd728c2f3d83e5ae7ff3c0c8d108eaef253ede8e3469af5abdcb7a6f3a91b"
}
},
"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"
}
}
}