ScoopInstaller_Main/bucket/gitlab-runner.json
2019-10-28 13:01:50 +00:00

36 lines
1.5 KiB
JSON

{
"homepage": "https://docs.gitlab.com/runner/",
"license": "MIT",
"version": "12.4.1",
"description": "Run your jobs and send the results back to GitLab",
"architecture": {
"64bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.4.1/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe",
"hash": "8d14ed3f3bf120e2c8e466f2d2b3c8af3e17b7cee45bd812ccdff367ad4e047b"
},
"32bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.4.1/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe",
"hash": "1875d678e4734729c23dbdec5a9e5b5fe8666697bc8214e29d348a58ccc67d75"
}
},
"bin": "gitlab-runner.exe",
"checkver": {
"url": "https://gitlab.com/gitlab-org/gitlab-runner/tags?format=atom",
"regex": "/tags/v([\\d.]+)<"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v$version/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe"
},
"32bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v$version/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe"
}
},
"hash": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v$version/release.sha256"
}
},
"notes": "Run 'gitlab-runner register' and 'gitlab-runner install' from an elevated prompt to set it up"
}