diff options
Diffstat (limited to 'devel/gitlab-runner/Makefile')
| -rw-r--r-- | devel/gitlab-runner/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/gitlab-runner/Makefile b/devel/gitlab-runner/Makefile index 9e3b84d362dd..d6c1e0bfd5d7 100644 --- a/devel/gitlab-runner/Makefile +++ b/devel/gitlab-runner/Makefile @@ -1,6 +1,6 @@ PORTNAME= gitlab-runner DISTVERSIONPREFIX= v -DISTVERSION= 18.3.0 +DISTVERSION= 18.5.0 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://gitlab-runner-downloads.s3.amazonaws.com/master/docker/:dockerx64 \ @@ -30,9 +30,9 @@ 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-3-stable/ +GO_MOD_DIST= https://gitlab.com/mfechner/gitlab-runner/-/raw/18-5-stable/ -GITBRANCH= 18-3-stable +GITBRANCH= 18-5-stable GO_MODULE= gitlab.com/gitlab-org/gitlab-runner _BUILD_DATE= $$(date -u +%Y-%m-%dT%H:%M:%S%z) |
