ScoopInstaller_Main/bucket/concourse-fly.json
2026-01-15 16:31:50 +00:00

27 lines
799 B
JSON

{
"version": "8.0.0",
"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/v8.0.0/fly-8.0.0-windows-amd64.zip",
"hash": "sha1:5468eb4b9cb80544276ad59aac80c73dabe1a1d6"
}
},
"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"
}
}
}