2023-10-15 12:30:00 +00:00

39 lines
1.5 KiB
JSON

{
"version": "1.46.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.46.0/air_1.46.0_windows_amd64.tar.gz",
"hash": "b2389ba202eaaa183090efe513c9e5eb098da7e37b9015adea53c470492394df"
},
"32bit": {
"url": "https://github.com/cosmtrek/air/releases/download/v1.46.0/air_1.46.0_windows_386.tar.gz",
"hash": "832ad3a5f251d4f9fb446c5b0a0ce1e64dcf807ba9bbf3ebd85d8969b51bf167"
},
"arm64": {
"url": "https://github.com/cosmtrek/air/releases/download/v1.46.0/air_1.46.0_windows_arm64.tar.gz",
"hash": "bc06b8489e4930515c555bb66985f553f929a814de8c55a8418c9c2a89a32964"
}
},
"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"
}
}
}