From 9ce71710f5e9680f33d1e13e9ab26812d794ca96 Mon Sep 17 00:00:00 2001
From: ptrcnull <git@ptrcnull.me>
Date: Thu, 14 Apr 2022 11:27:22 +0200
Subject: [PATCH] community/gitlab-runner: upgrade to 14.9.1

---
 community/gitlab-runner/APKBUILD | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/community/gitlab-runner/APKBUILD b/community/gitlab-runner/APKBUILD
index 9bc43595a673..a12999a504be 100644
--- a/community/gitlab-runner/APKBUILD
+++ b/community/gitlab-runner/APKBUILD
@@ -2,13 +2,13 @@
 # Contributor: Rasmus Thomsen <oss@cogitir.dev>
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gitlab-runner
-pkgver=14.9.0
-pkgrel=1
+pkgver=14.9.1
+pkgrel=0
 # first 8 chars of the git hash of the release, see
 # https://gitlab.com/gitlab-org/gitlab-runner/-/tags
 # PLEASE update this, since they're used to determine what version of
 # https://hub.docker.com/r/gitlab/gitlab-runner-helper/tags to use
-_rev=98daeee0
+_rev=bd40e3da
 pkgdesc="GitLab runner for CI/CD jobs"
 url="https://docs.gitlab.com/runner/"
 arch="all"
@@ -63,7 +63,7 @@ helper() {
 }
 
 sha512sums="
-33da96812c4e793177da280c5cdd76c9287399100348aa23cdb400335d9a546f95e2fa60412e83e4c515e44e957f7e80a758a09192807e7800d1016a7a5441ec  gitlab-runner-v14.9.0.tar.gz
+ec804f3a4982414d52a4f3b5ff1560c5342a3650f1bb3edefa211a3810b17e202263abc67bfcd4423fe88b5acd501da1d23f3980a078800ab25932625ff75bc5  gitlab-runner-v14.9.1.tar.gz
 d58f883ef5c55585b8928885e06e6da44cd9f93c6d171c6b4ab22c10b277322823e5aaff210e50c7f25b30d10ce850d9a3a3b80bddcdf3df325c1b552333d375  gitlab-runner.initd
 243ed9d7575e925794213973232f95f02d5e10cfab6cd29df6a4641b9d05b342ae90678b2eea4b21ddc703596429919d037b38248046d7c5e7a480406f412445  gitlab-runner.confd
 "
-- 
GitLab