diff options
Diffstat (limited to 'devel/gitlab-runner/Makefile')
| -rw-r--r-- | devel/gitlab-runner/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/gitlab-runner/Makefile b/devel/gitlab-runner/Makefile index c3a669e7dc30..d1913e10398c 100644 --- a/devel/gitlab-runner/Makefile +++ b/devel/gitlab-runner/Makefile @@ -1,14 +1,15 @@ PORTNAME= gitlab-runner DISTVERSIONPREFIX= v -DISTVERSION= 18.6.2 +DISTVERSION= 18.6.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://gitlab-runner-downloads.s3.amazonaws.com/master/docker/:dockerx64 \ https://gitlab-runner-downloads.s3.amazonaws.com/master/docker/:dockerarm DISTFILES= prebuilt-x86_64.tar.xz:dockerx64 \ prebuilt-arm.tar.xz:dockerarm -PATCH_SITES= https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/ -PATCHFILES+= 5966.patch:-p1 # https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/5966, Fix bash shell cleanup to support variable expansion in paths +#PATCH_SITES= https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/ +#PATCHFILES+= 5966.patch:-p1 # https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/5966, Fix bash shell cleanup to support variable expansion in paths #PATCH_SITES= https://gitlab.com/mfechner/gitlab-runner/-/commit/ #PATCHFILES+= 2f12af03ccd5fe875d583ddc8b976329b635fd22.patch:-p1 |
