diff options
| author | Hiroki Tagato <tagattie@FreeBSD.org> | 2020-06-02 13:16:25 +0000 |
|---|---|---|
| committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2020-06-02 13:16:25 +0000 |
| commit | e92af317148a5efa680789bcfb4ac5d7e13e201e (patch) | |
| tree | 1247d503735615a8f30ac4dace63d538c84e1192 | |
| parent | New port: textproc/py-iso3166: Standalone ISO 3166-1 country definitions (diff) | |
Update to 3.2.0
PR: 246807
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
Approved by: mentors (implicit)
Changelog: https://blog.bazel.build/2020/05/27/bazel-3-2.html
| -rw-r--r-- | devel/bazel/Makefile | 4 | ||||
| -rw-r--r-- | devel/bazel/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/bazel/Makefile b/devel/bazel/Makefile index 801a3cf5c603..4becf4433552 100644 --- a/devel/bazel/Makefile +++ b/devel/bazel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bazel -DISTVERSION= 3.1.0 +DISTVERSION= 3.2.0 CATEGORIES= devel java MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist @@ -29,7 +29,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= 4 +FINALRC= 1 SHEBANG_REGEX= .*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so) USE_JAVA= yes diff --git a/devel/bazel/distinfo b/devel/bazel/distinfo index e5f4f3a9a0ee..b7c96af398cd 100644 --- a/devel/bazel/distinfo +++ b/devel/bazel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1587375557 -SHA256 (bazel-3.1.0rc4-dist.zip) = da6b81522345fd68f98be0c42b247ca58850896269129d26634f756842cf4d46 -SIZE (bazel-3.1.0rc4-dist.zip) = 269383583 +TIMESTAMP = 1589005739 +SHA256 (bazel-3.2.0rc1-dist.zip) = 3ecdb041c6f0f5c8cea0952b17697575b484cf31ec96e5cbcc850d7fa0dfe39e +SIZE (bazel-3.2.0rc1-dist.zip) = 269368381 |
