mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
avro-tools: Update to version 1.11.1, use mirror (#3843)
This commit is contained in:
parent
1e67a6062b
commit
9632173d9b
@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
"version": "1.11.0",
|
"version": "1.11.1",
|
||||||
"description": "A collection of Avro tools. Data serialization system.",
|
"description": "A collection of Avro tools. Data serialization system.",
|
||||||
"homepage": "https://avro.apache.org/",
|
"homepage": "https://avro.apache.org/",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"JDK": "java/openjdk"
|
"JDK": "java/openjdk"
|
||||||
},
|
},
|
||||||
"url": "https://apache.org/dist/avro/avro-1.11.0/java/avro-tools-1.11.0.jar#/avro-tools.jar",
|
"url": "https://dlcdn.apache.org/avro/avro-1.11.1/java/avro-tools-1.11.1.jar#/avro-tools.jar",
|
||||||
"hash": "sha512:fd61212a170ff7f91b76f7f3b894feb93e90768d7dcd726a335729355bda04d36d6bee41845bea41fb2f17b0b769fbb473d62caa18b16f20089af1bb035a34fb",
|
"hash": "sha512:1340183c2fc07071ad81a6b1a9e410d2a4e198dd3756d9d48e8da33280456426cebf3ba8908c197f48ea522dbbf52d4b2d9005d05e4698e7f1109fa0d54b31fb",
|
||||||
"bin": "avro-tools.jar",
|
"bin": "avro-tools.jar",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://avro.apache.org/releases.html",
|
"url": "https://avro.apache.org/project/download/",
|
||||||
"regex": "Avro ([\\d.]+) Released"
|
"regex": "The latest release is: Avro ([\\d.]+)"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"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": {
|
"hash": {
|
||||||
"url": "$url.sha512"
|
"url": "$url.sha512"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user