2023-10-16 12:31:45 +00:00

39 lines
1.5 KiB
JSON

{
"version": "1.47.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.47.0/air_1.47.0_windows_amd64.tar.gz",
"hash": "4c5fd391ab7c7b06b19d5f64885d323e7e6e2cf1987f0013b5f8bf563997aa86"
},
"32bit": {
"url": "https://github.com/cosmtrek/air/releases/download/v1.47.0/air_1.47.0_windows_386.tar.gz",
"hash": "fefb5ab150aad19e675e315506b651cd363c93e94da96a8912fb9670b9592d69"
},
"arm64": {
"url": "https://github.com/cosmtrek/air/releases/download/v1.47.0/air_1.47.0_windows_arm64.tar.gz",
"hash": "78303f10c7bcf1afa9efc306fe965169400cf707a4610f5e540090770a2e69a1"
}
},
"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"
}
}
}