From 26f3cb8e5f0b25ea142bf84f2a8054c375822567 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 22 Feb 2020 05:01:52 +0000 Subject: [PATCH] gitlab-runner: Update to version 12.8.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 bbd4d8d082..a3187db3bf 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.1", + "version": "12.8.0", "description": "Run your jobs and send the results back to GitLab", "architecture": { "64bit": { - "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.7.1/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", - "hash": "3a22673a6499e942df16ef6025073aa8141114f50f9fe63500975e45d081a95c" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.8.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", + "hash": "ac03623dc75e89b149f22982e953d7ea890f4a3a244c9f906c58b0b01c51f97d" }, "32bit": { - "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.7.1/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", - "hash": "b3f06429ad0807543a9587d01040465ae14f7bd928581e55e8128de0f4995e90" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.8.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", + "hash": "93cf42f7f6e09eada5b7e66cebdbfcb15f025a2e1266b65e84e2bebcec7c362f" } }, "bin": "gitlab-runner.exe",