From 211bb4ae161aca590acd25bdf3fa52ee419a6a9e Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 23 Jan 2020 10:01:48 +0000 Subject: [PATCH] gitlab-runner: Update to version 12.7.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 7cfd648ca2..bbd4d8d082 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.7.0", + "version": "12.7.1", "description": "Run your jobs and send the results back to GitLab", "architecture": { "64bit": { - "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.7.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", - "hash": "9f1077479bedbfaac4e20d2d8b46a4192608061a746e093453e07d12822dac32" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.7.1/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", + "hash": "3a22673a6499e942df16ef6025073aa8141114f50f9fe63500975e45d081a95c" }, "32bit": { - "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.7.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", - "hash": "ed51c2d59da3fefa880ae6fefc77ea716c07a3159b3d39573e6352cf035b86d5" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.7.1/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", + "hash": "b3f06429ad0807543a9587d01040465ae14f7bd928581e55e8128de0f4995e90" } }, "bin": "gitlab-runner.exe",