ScoopInstaller_Main/bucket/gitlab-runner.json
2021-09-21 17:00:34 +00:00

36 lines
1.5 KiB
JSON

{
"version": "14.3.0",
"description": "Run your jobs and send the results back to GitLab",
"homepage": "https://docs.gitlab.com/runner/",
"license": "MIT",
"notes": "Run 'gitlab-runner register' and 'gitlab-runner install' from an elevated prompt to set it up",
"architecture": {
"64bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v14.3.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe",
"hash": "07138dc30ee6a9c4ad42378b0b70a1de7bf4a3b72a59bd36f7920e4fc4835d7d"
},
"32bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v14.3.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe",
"hash": "d634e4be9b835c11e5918927435c86720502e994291189a1b56e7981c3412420"
}
},
"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"
}
}
}