diff options
Diffstat (limited to 'devel/gitlab-shell/Makefile')
-rw-r--r-- | devel/gitlab-shell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gitlab-shell/Makefile b/devel/gitlab-shell/Makefile index 4cc0e2c9205f..9e98e6868819 100644 --- a/devel/gitlab-shell/Makefile +++ b/devel/gitlab-shell/Makefile @@ -1,5 +1,5 @@ PORTNAME= gitlab-shell -PORTVERSION= 14.42.0 +PORTVERSION= 14.43.0 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -13,7 +13,7 @@ LICENSE= MIT # https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/720 #BUILD_DEPENDS= heimdal>=0:security/heimdal -USES= gmake go:modules,no_targets,1.23 pkgconfig +USES= gmake go:modules,no_targets,1.24 pkgconfig USE_GITLAB= yes GL_ACCOUNT= gitlab-org |