mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 20:51:21 +00:00
27 lines
802 B
JSON
27 lines
802 B
JSON
{
|
|
"version": "5.5.11",
|
|
"description": "Concourse CI/CD manager and controller",
|
|
"homepage": "https://concourse-ci.org/fly.html",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/concourse/concourse/releases/download/v5.5.11/fly-5.5.11-windows-amd64.zip",
|
|
"hash": "sha1:0e5e405b6824698fbb70b8f1d4e53981bd0d635c"
|
|
}
|
|
},
|
|
"bin": "fly.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/concourse/concourse"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/concourse/concourse/releases/download/v$version/fly-$version-windows-amd64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha1"
|
|
}
|
|
}
|
|
}
|