diff options
author | Klaus Aehlig <aehlig@linta.de> | 2021-08-19 14:36:41 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-08-19 14:36:41 +0000 |
commit | 2cf2d5e3e01fdbd2a4b8588327cbbe27f9562b8f (patch) | |
tree | edf0ff90dc5813c39e67790afe6130317bb41782 | |
parent | 214d5852d425659f89f6de1834b8bc662d7a29a7 (diff) | |
download | ports-2cf2d5e3e01fdbd2a4b8588327cbbe27f9562b8f.tar.gz ports-2cf2d5e3e01fdbd2a4b8588327cbbe27f9562b8f.zip |
-rw-r--r-- | devel/bazel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bazel/Makefile b/devel/bazel/Makefile index fffa380aa6e7..e5cad700338d 100644 --- a/devel/bazel/Makefile +++ b/devel/bazel/Makefile @@ -1,7 +1,7 @@ # Created by: Klaus Aehlig <aehlig@linta.de> PORTNAME= bazel -DISTVERSION= 4.1.0 +DISTVERSION= 4.2.0 CATEGORIES= devel java MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist @@ -28,7 +28,7 @@ CONFLICTS_INSTALL= bazel029 # In bazel, a release is always code-wise identical to the final release candidate. # Hence we can also download that one and so have a simple way to also test earlier release # candidates. -FINALRC= 5 +FINALRC= 4 SHEBANG_REGEX= .*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so) USE_JAVA= yes |