diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2021-05-29 11:55:55 +0000 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2021-05-29 16:23:58 +0000 |
commit | 3c2dd2bb4274be977faa6e9657eca91849a4256e (patch) | |
tree | d5cad4949566f8c76fdf6de35cde258bf5e86ab7 /www/gitlab-workhorse/Makefile | |
parent | b99ee8e96581310c88713f4277ae2647b64c7942 (diff) | |
download | ports-3c2dd2bb4274be977faa6e9657eca91849a4256e.tar.gz ports-3c2dd2bb4274be977faa6e9657eca91849a4256e.zip |
www/gitlab-workhorse: Update to 13.12.0.
Required for gitlab-ce 13.12.
Diffstat (limited to 'www/gitlab-workhorse/Makefile')
-rw-r--r-- | www/gitlab-workhorse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gitlab-workhorse/Makefile b/www/gitlab-workhorse/Makefile index 879e84e4f5f0..e4b7709c67dd 100644 --- a/www/gitlab-workhorse/Makefile +++ b/www/gitlab-workhorse/Makefile @@ -1,7 +1,7 @@ # Created by: Torsten Zuehlsdorff <tz@FreeBSD.org> PORTNAME?= gitlab-workhorse -PORTVERSION?= 13.11.4 +PORTVERSION?= 13.12.0 PORTREVISION?= 0 CATEGORIES= www @@ -23,7 +23,7 @@ USE_GITLAB= yes GL_ACCOUNT?= gitlab-org GL_PROJECT= gitlab-foss # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-foss/-/tags -GL_COMMIT?= cea3c37b30e6ec5e433248fc0a5549430dcd5864 +GL_COMMIT?= e1c4542b0f1ad29c1f21bc17de191df99b99b1a3 # for go dependencies USE_GITHUB= nodefault |