From a0d4e4e8ebabd55178f3ee7a483d07c2d0cb6620 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 22 Apr 2020 22:01:50 +0000 Subject: [PATCH] gitlab-runner: Update to version 12.10.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 4be455609b..67d1640235 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.0", + "version": "12.10.1", "description": "Run your jobs and send the results back to GitLab", "architecture": { "64bit": { - "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.10.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", - "hash": "0b4a40e8407cac7dc59cb0921a6edb22b52ffdd4884995815609901e981210f6" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.10.1/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", + "hash": "d04b1d86c30a8ed54d5c6ed44c7e3a6ac04539d3bbaf913d2c5848fc6e33d1f0" }, "32bit": { - "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.10.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", - "hash": "62af12d79f6efaf8cc2a7a60ab18a4f3e1e51f10ed71b28eba938bf781fa6392" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.10.1/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", + "hash": "d8c71aaac01f26590d83c59643adb8ff516ad400828fff520ae65623f298343f" } }, "bin": "gitlab-runner.exe",