diff options
Diffstat (limited to 'devel/gitlab-runner/Makefile')
-rw-r--r-- | devel/gitlab-runner/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/gitlab-runner/Makefile b/devel/gitlab-runner/Makefile index b92498bed380..54adeb7579fa 100644 --- a/devel/gitlab-runner/Makefile +++ b/devel/gitlab-runner/Makefile @@ -1,6 +1,6 @@ PORTNAME= gitlab-runner DISTVERSIONPREFIX= v -DISTVERSION= 18.1.0 +DISTVERSION= 18.2.0 CATEGORIES= devel MASTER_SITES= https://gitlab-runner-downloads.s3.amazonaws.com/master/docker/:dockerx64 \ https://gitlab-runner-downloads.s3.amazonaws.com/master/docker/:dockerarm @@ -24,14 +24,14 @@ RUN_DEPENDS= bash:shells/bash \ ca_root_nss>=0:security/ca_root_nss \ git:devel/git -USES= go:modules,1.23 +USES= go:modules,1.24 USE_GITLAB= yes GL_ACCOUNT= gitlab-org USE_RC_SUBR= gitlab_runner # this branch removes the replace line in go.mod which breaks the way FreeBSD ports build go packages -GO_MOD_DIST= https://gitlab.com/mfechner/gitlab-runner/-/raw/18-1-stable/ +GO_MOD_DIST= https://gitlab.com/mfechner/gitlab-runner/-/raw/18-2-stable/ -GITBRANCH= 18-1-stable +GITBRANCH= 18-2-stable GO_MODULE= gitlab.com/gitlab-org/gitlab-runner _BUILD_DATE= $$(date -u +%Y-%m-%dT%H:%M:%S%z) |