2024-06-24 16:28:01 +00:00

39 lines
1.5 KiB
JSON

{
"version": "1.52.3",
"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.3/air_1.52.3_windows_amd64.tar.gz",
"hash": "d0b0111c3674ba9e1e400716ddf2c53112b2c7425fb303dd1cd269e298cc6596"
},
"32bit": {
"url": "https://github.com/cosmtrek/air/releases/download/v1.52.3/air_1.52.3_windows_386.tar.gz",
"hash": "c96d59d600840d6db8fe9aff535cbe5817954d9d4ad2a92ac31e74c664564043"
},
"arm64": {
"url": "https://github.com/cosmtrek/air/releases/download/v1.52.3/air_1.52.3_windows_arm64.tar.gz",
"hash": "6e600172bf05f08926eeb623e61e2db1b805da51f1bac7b3c2d9755e56d7cda9"
}
},
"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"
}
}
}