mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "1.61.4",
|
|
"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.4/air_1.61.4_windows_amd64.tar.gz",
|
|
"hash": "225ea17610a6a87fecb8c1075a338dce48ae375449575a6c056742441098ce5d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/cosmtrek/air/releases/download/v1.61.4/air_1.61.4_windows_386.tar.gz",
|
|
"hash": "bb40971f34a420d10cd03b8707380eb3803e49281f44f014edbaee67cc1e22c3"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/cosmtrek/air/releases/download/v1.61.4/air_1.61.4_windows_arm64.tar.gz",
|
|
"hash": "12c4381394455f3f24f8a6a554714a9296037213392bd80d23a00f3bcdf3ab77"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|