gitlab-runner: update to 15.1.0.
This commit is contained in:
parent
99826ed21a
commit
d41155d4a1
|
@ -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 <christian.poulwey@t-online.de>"
|
|||
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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
site="https://gitlab.com/gitlab-org/gitlab-runner/tags"
|
||||
pattern="<a class=\"item-title ref-name prepend-left-4\" href=\".*\">v\K.*(?=</a>)"
|
||||
site="https://gitlab.com/gitlab-org/gitlab-runner/-/tags?format=atom"
|
||||
pattern="(?<=<title>v).*(?=<\/title>)"
|
||||
ignore="*rc*"
|
||||
|
|
Loading…
Reference in New Issue