mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
23 lines
848 B
JSON
23 lines
848 B
JSON
{
|
|
"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://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/project/download/",
|
|
"regex": "The latest release is: Avro ([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://dlcdn.apache.org/avro/avro-$version/java/avro-tools-$version.jar#/avro-tools.jar",
|
|
"hash": {
|
|
"url": "$url.sha512"
|
|
}
|
|
}
|
|
}
|