From 9c8b4c2054c148d061bffd621dee1f8c0383def1 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 1 Jun 2020 15:00:15 +0000 Subject: [PATCH] gitlab-runner: Update to version 12.9.1 --- 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 27c349d136..23442c25da 100644 --- a/bucket/gitlab-runner.json +++ b/bucket/gitlab-runner.json @@ -1,16 +1,16 @@ { "homepage": "https://docs.gitlab.com/runner/", "license": "MIT", - "version": "12.10.3", + "version": "12.9.1", "description": "Run your jobs and send the results back to GitLab", "architecture": { "64bit": { - "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.10.3/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", - "hash": "ab82696a3d2ee08ae277bc55b8bf7652f58d01ac29e201e93ebf6ed4533529af" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.9.1/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", + "hash": "e7ae2ff7b65919b2fd69bf48d7383de8dde8a25dc983b80e8cdc6afa3143e00f" }, "32bit": { - "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.10.3/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", - "hash": "fccaeb1a46ca852d793cb36f0965c6faade542c95077e94b627a0e91a4e45bc1" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.9.1/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", + "hash": "4369bb47f72f350f4e296c39ba4f55a9f44e327ce6b19e80ff2e22a73d37d6ea" } }, "bin": "gitlab-runner.exe",