From a9bd1d77ddbb8fd06576e640c65869d665338a49 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 | 4 ++-- 2 files changed, 4 insertions(+), 4 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..f6561bccc099 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.*(?=)" +site="https://gitlab.com/gitlab-org/gitlab-runner/-/tags?format=atom" +pattern="(?<=v).*(?=<\/title>)" ignore="*rc*"