ScoopInstaller_Main/bucket/gitlab-runner.json
2020-03-20 14:01:49 +00:00

36 lines
1.5 KiB
JSON

{
"homepage": "https://docs.gitlab.com/runner/",
"license": "MIT",
"version": "12.9.0",
"description": "Run your jobs and send the results back to GitLab",
"architecture": {
"64bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.9.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe",
"hash": "9a40ddbfb9c410ef442311f0b77be0ff5fbe065ba20a4cb6afaed3d2e0d927a5"
},
"32bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.9.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe",
"hash": "9e2d749def633dde42a7d5481a893b028d91835c19d03dac9ef5215b7c4776e1"
}
},
"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"
}