From 467d76963651de22d4c40e2c7926d1dd1a3176b4 Mon Sep 17 00:00:00 2001 From: Malte Gejr Date: Mon, 27 Jun 2022 13:17:39 +0200 Subject: [PATCH] gitlab-runner: update to 15.1.0. --- srcpkgs/gitlab-runner/template | 4 ++-- srcpkgs/gitlab-runner/update | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/gitlab-runner/template b/srcpkgs/gitlab-runner/template index c242c70a9ad8..c79af7de41df 100644 --- a/srcpkgs/gitlab-runner/template +++ b/srcpkgs/gitlab-runner/template @@ -1,6 +1,6 @@ # Template file for 'gitlab-runner' pkgname=gitlab-runner -version=13.1.0 +version=15.1.0 revision=1 wrksrc="${pkgname}-v${version}" build_style=go @@ -10,7 +10,7 @@ maintainer="Christian Poulwey " license="MIT" homepage="https://docs.gitlab.com/runner/" distfiles="https://gitlab.com/gitlab-org/gitlab-runner/-/archive/v${version}/gitlab-runner-v${version}.tar.gz" -checksum=36b720a1d47f32f8e28bcf951bb322f31aa8aeedf214b8386d33344161e0daf9 +checksum=b65ca751e433fd32f186d3d59f617216f3509c5f8b7089ede25aa39e40ec43f4 post_install() { vsv gitlab-runner diff --git a/srcpkgs/gitlab-runner/update b/srcpkgs/gitlab-runner/update index c846b50c8c8b..2a50bcfd163c 100644 --- a/srcpkgs/gitlab-runner/update +++ b/srcpkgs/gitlab-runner/update @@ -1,3 +1,3 @@ site="https://gitlab.com/gitlab-org/gitlab-runner/tags" -pattern="v\K.*(?=)" +pattern="v.*(?=)" ignore="*rc*"