From a963db86debf0186a372b7c96080563cdbdf86f2 Mon Sep 17 00:00:00 2001 From: Malte Gejr Date: Mon, 27 Jun 2022 13:17:39 +0200 Subject: [PATCH 1/3] Removed non existent class The class `prepend-left-4` is no longer in use on Gitlab. I have also removed a `\K` from the pattern as no `K` appears in the HTML --- srcpkgs/gitlab-runner/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*" From 23fc1358f8598803b2a032752d2a1ef5eb0ecccd Mon Sep 17 00:00:00 2001 From: Malte Gejr Date: Mon, 27 Jun 2022 13:23:33 +0200 Subject: [PATCH 2/3] Updated to latest version --- srcpkgs/gitlab-runner/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gitlab-runner/template b/srcpkgs/gitlab-runner/template index c242c70a9ad8..8a5c9fd6459b 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 From bfd1582658ae44acfc150191463236eb2c628770 Mon Sep 17 00:00:00 2001 From: Malte Gejr Date: Mon, 27 Jun 2022 13:36:35 +0200 Subject: [PATCH 3/3] Updated checksum Verified package with `xbps-src` and `xi` --- srcpkgs/gitlab-runner/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gitlab-runner/template b/srcpkgs/gitlab-runner/template index 8a5c9fd6459b..c79af7de41df 100644 --- a/srcpkgs/gitlab-runner/template +++ b/srcpkgs/gitlab-runner/template @@ -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