mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
33 lines
1.4 KiB
JSON
33 lines
1.4 KiB
JSON
{
|
|
"description": "GitLab Runner is the open source project that is used to run your jobs and send the results back to GitLab",
|
|
"homepage": "https://docs.gitlab.com/runner/",
|
|
"license": "MIT",
|
|
"version": "11.10.0",
|
|
"bin": "gitlab-runner.exe",
|
|
"checkver": {
|
|
"url": "https://gitlab.com/gitlab-org/gitlab-runner/tags?format=atom",
|
|
"regex": "/tags/v([\\d.]+)<"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v11.10.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe",
|
|
"hash": "b2028c55213472c341a1312eb191dbb30f59390fd281790115eeccdc12f423c4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v11.10.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe",
|
|
"hash": "6425e3600b3b1e4de092d857c867b624620bfa24ac1375349bf734f2173bb8e6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
},
|
|
"notes": "Run 'gitlab-runner register' and 'gitlab-runner install' from an elevated prompt to set it up"
|
|
}
|