diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2019-07-21 07:39:27 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2019-07-21 07:39:27 +0000 |
commit | d922b89c016cfa45caeda663a75a2956c33154cc (patch) | |
tree | fe8c119f118f00f5b2829bf65d5c791952f0c374 /devel | |
parent | Update to the 20190718 snapshot of GCC 7.4.1. (diff) |
Update to 3.9.0
ChangeLog: https://github.com/protocolbuffers/protobuf/blob/3.9.x/CHANGES.txt
Notes
Notes:
svn path=/head/; revision=507037
Diffstat (limited to 'devel')
-rw-r--r-- | devel/protobuf-java/Makefile | 2 | ||||
-rw-r--r-- | devel/protobuf-java/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/protobuf-java/Makefile b/devel/protobuf-java/Makefile index 68925e58b5ca..3fd6a60f88b7 100644 --- a/devel/protobuf-java/Makefile +++ b/devel/protobuf-java/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= protobuf-java -DISTVERSION= 3.8.0 +DISTVERSION= 3.9.0 CATEGORIES= devel java MASTER_SITES= http://central.maven.org/maven2/com/google/protobuf/protobuf-java/${DISTVERSION}/ EXTRACT_SUFX= .jar diff --git a/devel/protobuf-java/distinfo b/devel/protobuf-java/distinfo index 49100884c3d2..e2d430b13e4b 100644 --- a/devel/protobuf-java/distinfo +++ b/devel/protobuf-java/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1559194734 -SHA256 (protobuf-java-3.8.0.jar) = 94ba90a869ddad07eb49afaa8f39e676c2554b5b1c417ad9e1188257e79be60f -SIZE (protobuf-java-3.8.0.jar) = 1634485 +TIMESTAMP = 1562911555 +SHA256 (protobuf-java-3.9.0.jar) = 6c96d85eac237fea84d9d5e7413c85b62f2df0b9f7b17b0168bd1e28b09ff0e8 +SIZE (protobuf-java-3.9.0.jar) = 1635813 |