ScoopInstaller_Main/bucket/gitlab-runner.json
2019-10-21 15:01:13 +00:00

36 lines
1.5 KiB
JSON

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