mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gitlab-runner: update to 15.1.0.
This commit is contained in:
parent
99826ed21a
commit
d41155d4a1
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gitlab-runner'
|
# Template file for 'gitlab-runner'
|
||||||
pkgname=gitlab-runner
|
pkgname=gitlab-runner
|
||||||
version=13.1.0
|
version=15.1.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-v${version}"
|
wrksrc="${pkgname}-v${version}"
|
||||||
build_style=go
|
build_style=go
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Christian Poulwey <christian.poulwey@t-online.de>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://docs.gitlab.com/runner/"
|
homepage="https://docs.gitlab.com/runner/"
|
||||||
distfiles="https://gitlab.com/gitlab-org/gitlab-runner/-/archive/v${version}/gitlab-runner-v${version}.tar.gz"
|
distfiles="https://gitlab.com/gitlab-org/gitlab-runner/-/archive/v${version}/gitlab-runner-v${version}.tar.gz"
|
||||||
checksum=36b720a1d47f32f8e28bcf951bb322f31aa8aeedf214b8386d33344161e0daf9
|
checksum=b65ca751e433fd32f186d3d59f617216f3509c5f8b7089ede25aa39e40ec43f4
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv gitlab-runner
|
vsv gitlab-runner
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
site="https://gitlab.com/gitlab-org/gitlab-runner/tags"
|
site="https://gitlab.com/gitlab-org/gitlab-runner/-/tags?format=atom"
|
||||||
pattern="<a class=\"item-title ref-name prepend-left-4\" href=\".*\">v\K.*(?=</a>)"
|
pattern="(?<=<title>v).*(?=<\/title>)"
|
||||||
ignore="*rc*"
|
ignore="*rc*"
|
||||||
|
|
Loading…
Add table
Reference in a new issue