mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 05:54:27 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "1.60.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.60.0/air_1.60.0_windows_amd64.tar.gz",
|
|
"hash": "f69d9bc93e7f606984e52f73dd3a7f06ec548bc763d3306d22e11f7ac33e5c44"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/cosmtrek/air/releases/download/v1.60.0/air_1.60.0_windows_386.tar.gz",
|
|
"hash": "23e873fed26e3bcfaeb5f47af182cf2b0f1d507e053a772509d3c39e4a950cc1"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/cosmtrek/air/releases/download/v1.60.0/air_1.60.0_windows_arm64.tar.gz",
|
|
"hash": "af0d014a751fca9241d4c597a97af7c302d0cff433ee29ea751ec23143309487"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|