concourse-fly: Update to version 6.0.0 (#938)

This commit is contained in:
Jakub Čábera 2020-04-02 06:59:39 +02:00 committed by GitHub
parent 0b3b72ac9c
commit 10ce095c52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,24 @@
{
"version": "5.2.8",
"description": "Concourse CI/CD manager and controller.",
"license": "Apache-2.0",
"version": "6.0.0",
"description": "Concourse CI/CD manager and controller",
"homepage": "https://concourse-ci.org/fly.html",
"url": "https://github.com/concourse/concourse/releases/download/v5.2.8/fly-5.2.8-windows-amd64.zip",
"hash": "sha1:8dfe106dd3b0151ee4312f5a55de38c47177ac45",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/concourse/concourse/releases/download/v6.0.0/fly-6.0.0-windows-amd64.zip",
"hash": "sha1:12af46d712bebdcc830c8e4f887b25eef69154cb"
}
},
"bin": "fly.exe",
"checkver": {
"github": "https://github.com/concourse/concourse"
},
"autoupdate": {
"url": "https://github.com/concourse/concourse/releases/download/v$version/fly-$version-windows-amd64.zip",
"architecture": {
"64bit": {
"url": "https://github.com/concourse/concourse/releases/download/v$version/fly-$version-windows-amd64.zip"
}
},
"hash": {
"url": "$url.sha1"
}