mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +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.1",
|
|
"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.1/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe",
|
|
"hash": "095bca2200d05959e5119555e4f9b24246ae3b4dba3a9e115de371ec958e8e8f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v11.10.1/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe",
|
|
"hash": "b2a6d64a3cbce0cfe32228a23e28ee1d3434ca50e5d2c3ec4293a290bf08c6fb"
|
|
}
|
|
},
|
|
"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"
|
|
}
|