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", "version": "6.0.0",
"description": "Concourse CI/CD manager and controller.", "description": "Concourse CI/CD manager and controller",
"license": "Apache-2.0",
"homepage": "https://concourse-ci.org/fly.html", "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", "license": "Apache-2.0",
"hash": "sha1:8dfe106dd3b0151ee4312f5a55de38c47177ac45", "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", "bin": "fly.exe",
"checkver": { "checkver": {
"github": "https://github.com/concourse/concourse" "github": "https://github.com/concourse/concourse"
}, },
"autoupdate": { "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": { "hash": {
"url": "$url.sha1" "url": "$url.sha1"
} }