mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-21 16:11:20 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "1.45.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.45.0/air_1.45.0_windows_amd64.tar.gz",
|
|
"hash": "3b1a3194c47dddcd6b70ce0170b3f7570dec67331098be0f85633ca22879b0da"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/cosmtrek/air/releases/download/v1.45.0/air_1.45.0_windows_386.tar.gz",
|
|
"hash": "2897724ef1ff5fa4cecf498f83630062f4ca725d617f3d26ac9ecb014e3364ad"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/cosmtrek/air/releases/download/v1.45.0/air_1.45.0_windows_arm64.tar.gz",
|
|
"hash": "0a9e4e7a6986a00dad8b6b4384e591114df8caf72a33f1fa66cd7e287fbf7e3a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|