diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-12-04 12:45:18 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-12-04 12:45:18 +0000 |
commit | b872b0e0508d27f7d36873ba171a84d8505190f4 (patch) | |
tree | 1f77173ba35449e7d467acefd551d85c8941b456 /devel | |
parent | 15513b19667a5c3f5aab37701ac6ab7b966a424b (diff) | |
download | ports-b872b0e0508d27f7d36873ba171a84d8505190f4.tar.gz ports-b872b0e0508d27f7d36873ba171a84d8505190f4.zip |
Notes
Diffstat (limited to 'devel')
-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 5aeaeef12ee6..ceafae6c5ebb 100644 --- a/devel/bazel/Makefile +++ b/devel/bazel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bazel -DISTVERSION= 0.19.0 +DISTVERSION= 0.20.0 CATEGORIES= devel java MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist @@ -24,7 +24,7 @@ BUILD_DEPENDS= bash:shells/bash \ # 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= 9 +FINALRC= 5 USES= shebangfix zip:infozip python SHEBANG_REGEX= .*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so) diff --git a/devel/bazel/distinfo b/devel/bazel/distinfo index 9916af0c215a..2b366f7e69df 100644 --- a/devel/bazel/distinfo +++ b/devel/bazel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1540850893 -SHA256 (bazel-0.19.0rc9-dist.zip) = 312af013a796510bf68644b69b460dde593cfaa1be4de81640f79f977ca80b69 -SIZE (bazel-0.19.0rc9-dist.zip) = 87331141 +TIMESTAMP = 1543820965 +SHA256 (bazel-0.20.0rc5-dist.zip) = 3679dcadb980b03e78ffdc1f081f0a0a60bf8d97395e91bd93c4ce7b2f804a07 +SIZE (bazel-0.20.0rc5-dist.zip) = 87599563 |