gitlab-runner: Update to version 14.3.1

This commit is contained in:
Richard Kuhnt 2021-09-29 23:00:31 +00:00
parent a25631f743
commit 5855500661

View File

@ -1,17 +1,17 @@
{ {
"version": "14.3.0", "version": "14.3.1",
"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/v14.3.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v14.3.1/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe",
"hash": "07138dc30ee6a9c4ad42378b0b70a1de7bf4a3b72a59bd36f7920e4fc4835d7d" "hash": "10c6d7df2d6fa062667535077db14509674c7dcbc2cdf3a8eb3f970c1405b287"
}, },
"32bit": { "32bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v14.3.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v14.3.1/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe",
"hash": "d634e4be9b835c11e5918927435c86720502e994291189a1b56e7981c3412420" "hash": "238105ecb4315dc9346d166b72767d8161da0424eef0f22f43b4a96b97c611f2"
} }
}, },
"bin": "gitlab-runner.exe", "bin": "gitlab-runner.exe",