mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-26 18:41:18 +00:00
36 lines
1.5 KiB
JSON
36 lines
1.5 KiB
JSON
{
|
|
"homepage": "https://docs.gitlab.com/runner/",
|
|
"license": "MIT",
|
|
"version": "12.10.2",
|
|
"description": "Run your jobs and send the results back to GitLab",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.10.2/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe",
|
|
"hash": "f6abfb4d01732a7693cec6c2e7ba573603b2983b807517e8caa3ece6bf62f901"
|
|
},
|
|
"32bit": {
|
|
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.10.2/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe",
|
|
"hash": "de5de010308382e01613c41b4d4c995c29bce9cd97e4e7ed461a355a604cc112"
|
|
}
|
|
},
|
|
"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"
|
|
}
|