mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 19:55:15 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "1.63.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.63.1/air_1.63.1_windows_amd64.tar.gz",
|
|
"hash": "505bc54d22efb430ed6f86f9287e8b3c5f63d2019967d3ff9be139ff513125cf"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/cosmtrek/air/releases/download/v1.63.1/air_1.63.1_windows_386.tar.gz",
|
|
"hash": "21edf521d79ced6c2e04bd4f426a2d13bf1c583a25dfddf71e1a15ae75996b31"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/cosmtrek/air/releases/download/v1.63.1/air_1.63.1_windows_arm64.tar.gz",
|
|
"hash": "727320321da47811814a95f6acc4afba59ed5f1934bbd3b5f17984a752b3ea39"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|