2024-06-04 04:27:45 +00:00

39 lines
1.5 KiB
JSON

{
"version": "1.52.2",
"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.52.2/air_1.52.2_windows_amd64.tar.gz",
"hash": "20627f2fd3f26ef6010ca2470a47b2b5fe40a9cf878895e94df1425d3bc1e772"
},
"32bit": {
"url": "https://github.com/cosmtrek/air/releases/download/v1.52.2/air_1.52.2_windows_386.tar.gz",
"hash": "e487400592d0e20cce7a132f331c55e634563d7804566af8cddc11d30ff66353"
},
"arm64": {
"url": "https://github.com/cosmtrek/air/releases/download/v1.52.2/air_1.52.2_windows_arm64.tar.gz",
"hash": "c250ba390c278fcca65c8eb5362d27c44171afd5f23fa2f793f9f4fab01da468"
}
},
"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"
}
}
}