Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gitlab-runner: update to 12.3.0 #15596

Merged
merged 1 commit into from
Oct 18, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/gitlab-runner/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'gitlab-runner'
pkgname=gitlab-runner
version=12.2.0
version=12.3.0
revision=1
wrksrc="${pkgname}-v${version}"
build_style=go
Expand All @@ -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=@a6beb50ec6ef30c854a68560f6ad5703656ca7ec80d49c7660b8bea317ed5ebe
checksum=@eae777591b276f44edb1ebc0b12608180347d779657397065d121a869b90f178

post_install() {
vsv gitlab-runner
Expand Down