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 54adeb7579fa..042805f9c506 100644 --- a/devel/gitlab-runner/Makefile +++ b/devel/gitlab-runner/Makefile @@ -1,6 +1,6 @@ PORTNAME= gitlab-runner DISTVERSIONPREFIX= v -DISTVERSION= 18.2.0 +DISTVERSION= 18.3.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 @@ -29,9 +29,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-2-stable/ +GO_MOD_DIST= https://gitlab.com/mfechner/gitlab-runner/-/raw/18-3-stable/ -GITBRANCH= 18-2-stable +GITBRANCH= 18-3-stable GO_MODULE= gitlab.com/gitlab-org/gitlab-runner _BUILD_DATE= $$(date -u +%Y-%m-%dT%H:%M:%S%z) |