2025-01-19 16:28:51 +00:00

39 lines
1.5 KiB
JSON

{
"version": "1.61.7",
"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.61.7/air_1.61.7_windows_amd64.tar.gz",
"hash": "b540ba69194cc8a59472da5865f822090eccf9099ef172e0ce038c7ed16751c0"
},
"32bit": {
"url": "https://github.com/cosmtrek/air/releases/download/v1.61.7/air_1.61.7_windows_386.tar.gz",
"hash": "115d1003e95998779ed568b8b4b002e5cee79102903df9ba367c67944054323d"
},
"arm64": {
"url": "https://github.com/cosmtrek/air/releases/download/v1.61.7/air_1.61.7_windows_arm64.tar.gz",
"hash": "18ffd728c2f3d83e5ae7ff3c0c8d108eaef253ede8e3469af5abdcb7a6f3a91b"
}
},
"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"
}
}
}