avro-tools: Update to version 1.11.1, use mirror (#3843)

This commit is contained in:
tech189 2022-08-20 13:57:12 +01:00 committed by GitHub
parent 1e67a6062b
commit 9632173d9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,20 +1,20 @@
{
"version": "1.11.0",
"version": "1.11.1",
"description": "A collection of Avro tools. Data serialization system.",
"homepage": "https://avro.apache.org/",
"license": "Apache-2.0",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://apache.org/dist/avro/avro-1.11.0/java/avro-tools-1.11.0.jar#/avro-tools.jar",
"hash": "sha512:fd61212a170ff7f91b76f7f3b894feb93e90768d7dcd726a335729355bda04d36d6bee41845bea41fb2f17b0b769fbb473d62caa18b16f20089af1bb035a34fb",
"url": "https://dlcdn.apache.org/avro/avro-1.11.1/java/avro-tools-1.11.1.jar#/avro-tools.jar",
"hash": "sha512:1340183c2fc07071ad81a6b1a9e410d2a4e198dd3756d9d48e8da33280456426cebf3ba8908c197f48ea522dbbf52d4b2d9005d05e4698e7f1109fa0d54b31fb",
"bin": "avro-tools.jar",
"checkver": {
"url": "https://avro.apache.org/releases.html",
"regex": "Avro ([\\d.]+) Released"
"url": "https://avro.apache.org/project/download/",
"regex": "The latest release is: Avro ([\\d.]+)"
},
"autoupdate": {
"url": "https://apache.org/dist/avro/avro-$version/java/avro-tools-$version.jar#/avro-tools.jar",
"url": "https://dlcdn.apache.org/avro/avro-$version/java/avro-tools-$version.jar#/avro-tools.jar",
"hash": {
"url": "$url.sha512"
}