From a84a29c5d333d6ed7a1652ff2429b9b79e295619 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 20 Apr 2021 18:00:18 +0000 Subject: [PATCH] gitlab-runner: Update to version 13.11.0 --- bucket/gitlab-runner.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gitlab-runner.json b/bucket/gitlab-runner.json index 9ea893a69c..d09c44dd65 100644 --- a/bucket/gitlab-runner.json +++ b/bucket/gitlab-runner.json @@ -1,17 +1,17 @@ { - "version": "13.10.0", + "version": "13.11.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.10.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", - "hash": "9bfc052f5e9c8ad180eb73d5ac86fc00d9424f507302539dcd008126cc3a12db" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.11.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", + "hash": "5f5ed5f9ccded4d04546720824470eae5efc4b2348712b9d5aae33fc7f5345d5" }, "32bit": { - "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.10.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", - "hash": "95bde7288ae02b51265fc6cb98e9f37f90906280c46be2d9ef7e897baaeb7e52" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.11.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", + "hash": "a2e6e810ca8b445310fd356e9ca9b02e7c2034164d4e0024c81002c7a76ce094" } }, "bin": "gitlab-runner.exe",