gitlab-runner: Update to version 13.11.0

This commit is contained in:
Richard Kuhnt 2021-04-20 18:00:18 +00:00
parent c9875db9e8
commit a84a29c5d3

View File

@ -1,17 +1,17 @@
{ {
"version": "13.10.0", "version": "13.11.0",
"description": "Run your jobs and send the results back to GitLab", "description": "Run your jobs and send the results back to GitLab",
"homepage": "https://docs.gitlab.com/runner/", "homepage": "https://docs.gitlab.com/runner/",
"license": "MIT", "license": "MIT",
"notes": "Run 'gitlab-runner register' and 'gitlab-runner install' from an elevated prompt to set it up", "notes": "Run 'gitlab-runner register' and 'gitlab-runner install' from an elevated prompt to set it up",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.10.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.11.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe",
"hash": "9bfc052f5e9c8ad180eb73d5ac86fc00d9424f507302539dcd008126cc3a12db" "hash": "5f5ed5f9ccded4d04546720824470eae5efc4b2348712b9d5aae33fc7f5345d5"
}, },
"32bit": { "32bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.10.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.11.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe",
"hash": "95bde7288ae02b51265fc6cb98e9f37f90906280c46be2d9ef7e897baaeb7e52" "hash": "a2e6e810ca8b445310fd356e9ca9b02e7c2034164d4e0024c81002c7a76ce094"
} }
}, },
"bin": "gitlab-runner.exe", "bin": "gitlab-runner.exe",