mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 06:31:25 +00:00
36 lines
1.5 KiB
JSON
36 lines
1.5 KiB
JSON
{
|
|
"version": "13.2.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/v13.2.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe",
|
|
"hash": "0da037efafa21aa5d382e407123fba0b04ef79efe7df7e6adc4d3146cb4b5ea0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.2.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe",
|
|
"hash": "6e91fb9fbf0548ba45ddaef64c1dfcd06ca98adaaf7e261e26f1f2503cc88c6b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|