mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "1.50.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.50.0/air_1.50.0_windows_amd64.tar.gz",
|
|
"hash": "1c22b0baa36e960c24110c6392a432b4e1e2e3025254c22cb6bda08a65211cf9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/cosmtrek/air/releases/download/v1.50.0/air_1.50.0_windows_386.tar.gz",
|
|
"hash": "a30d918816c6f4e0adba73ad5c5ee0f642afc0631b0ea2b1a52f99cdd90359fa"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/cosmtrek/air/releases/download/v1.50.0/air_1.50.0_windows_arm64.tar.gz",
|
|
"hash": "21f54f1e147ce1c7efa238487c4326b09a79f6ccbc0656d2a16f4ac99b88d6e5"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|