2025-11-27 04:29:55 +00:00

39 lines
1.5 KiB
JSON

{
"version": "1.63.4",
"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.63.4/air_1.63.4_windows_amd64.tar.gz",
"hash": "9f5b464ce00005fae56a59a349fde000a973fd3f4ccfd46154d258cc2ab089f1"
},
"32bit": {
"url": "https://github.com/cosmtrek/air/releases/download/v1.63.4/air_1.63.4_windows_386.tar.gz",
"hash": "701f7389822afd77312904da33924691da704dae7bd6fa929d39eb6b461d17ee"
},
"arm64": {
"url": "https://github.com/cosmtrek/air/releases/download/v1.63.4/air_1.63.4_windows_arm64.tar.gz",
"hash": "0ebf1d5f22c3facae4930a7d67e550fdf26722ced12fecf9bb9e48b6c11cd8ac"
}
},
"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"
}
}
}