forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathavro-tools.json
22 lines (22 loc) · 848 Bytes
/
avro-tools.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"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"
}
}
}