git: bf199b489444 - main - devel/avro: Update to 1.11.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Nov 2021 13:45:44 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=bf199b489444eca50a532dfcd05189999f58cfac commit bf199b489444eca50a532dfcd05189999f58cfac Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-01 13:24:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-01 13:41:28 +0000 devel/avro: Update to 1.11.0 Changes: https://github.com/apache/avro/releases --- devel/avro/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/avro/Makefile b/devel/avro/Makefile index 18561c3c40be..bf4aa61a9e04 100644 --- a/devel/avro/Makefile +++ b/devel/avro/Makefile @@ -1,7 +1,7 @@ # Created by: Veniamin Gvozdikov <vg@FreeBSD.org> PORTNAME= avro -PORTVERSION= 1.10.2 +PORTVERSION= 1.11.0 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org