2024-05-30 16:28:07 +00:00

39 lines
1.5 KiB
JSON

{
"version": "1.52.1",
"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.1/air_1.52.1_windows_amd64.tar.gz",
"hash": "46e0ee9c19f4b919641ef3cbdd07952ee429c0efb385c750a7e0d5cd3f60bcb4"
},
"32bit": {
"url": "https://github.com/cosmtrek/air/releases/download/v1.52.1/air_1.52.1_windows_386.tar.gz",
"hash": "3150c957bec9557d94604807c8c5506bd6e99032e14d3a07db673a1b5910acef"
},
"arm64": {
"url": "https://github.com/cosmtrek/air/releases/download/v1.52.1/air_1.52.1_windows_arm64.tar.gz",
"hash": "a4130d043d7ed8499a31e98fef8f403d4d3e8544d82e45de97c287979e48bff5"
}
},
"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"
}
}
}