From c73bfcd4731be4b2699eaedc681a0f3c5b213d9f Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 22 Dec 2019 13:00:21 +0000 Subject: [PATCH] gitlab-runner: Update to version 12.6.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 066597b919..aa63998cb6 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.5.0", + "version": "12.6.0", "description": "Run your jobs and send the results back to GitLab", "architecture": { "64bit": { - "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.5.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", - "hash": "be77c807a0c5548d485de3dc58953095a71a929190fbedaa1bbde30886479660" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.6.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", + "hash": "96f43f0290eb61e79dda424c9bacc542240c27029eb9baa7699bf65c184f8562" }, "32bit": { - "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.5.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", - "hash": "6e5a80cb123505e1e96bf229383cafbc209763767f194ed9fb525b46f93f0319" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.6.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", + "hash": "c4818ad9d1d71dc59754762a9a555b05a0ed169e6149cbd187f62873c87a8acb" } }, "bin": "gitlab-runner.exe",