2023-10-19 20:25:04 +00:00

39 lines
1.5 KiB
JSON

{
"version": "1.48.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.48.0/air_1.48.0_windows_amd64.tar.gz",
"hash": "0108b6831df4a86972f7264bb96c5e191de0485ed3476d1a768412b306e1536e"
},
"32bit": {
"url": "https://github.com/cosmtrek/air/releases/download/v1.48.0/air_1.48.0_windows_386.tar.gz",
"hash": "6c784dc052c1d66b82680ee925d1478e3b18c786859c9af4aedd0468797b4a55"
},
"arm64": {
"url": "https://github.com/cosmtrek/air/releases/download/v1.48.0/air_1.48.0_windows_arm64.tar.gz",
"hash": "d96a2d06ae3daa4fdadcc8957ce6671279b73a4b8d9e6a56f99410336f7adbf2"
}
},
"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"
}
}
}