ScoopInstaller_Main/bucket/concourse-fly.json
2020-04-25 11:55:45 +02:00

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"
}
}
}