forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathavro-tools.json
25 lines (25 loc) · 879 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
23
24
25
{
"version": "1.9.1",
"description": "A collection of Avro tools. Data serialization system.",
"homepage": "https://avro.apache.org/",
"license": "Apache-2.0",
"url": "https://apache.org/dist/avro/avro-1.9.1/java/avro-tools-1.9.1.jar#/avro-tools.jar",
"hash": "sha512:adbc1ebdb05e0c3e4d637d2f8088c71ebc545c595b77661de5bb06cdd38a917ebeee53f39afb65c2de5d5ca0e9c86711096be91ca9dedb97b2dd0f437d2b3fe9",
"bin": "avro-tools.jar",
"suggest": {
"JDK": [
"java/oraclejdk",
"java/openjdk"
]
},
"checkver": {
"url": "https://avro.apache.org/releases.html",
"regex": "Avro ([\\d.]+) Released"
},
"autoupdate": {
"url": "https://apache.org/dist/avro/avro-$version/java/avro-tools-$version.jar#/avro-tools.jar",
"hash": {
"url": "$url.sha512"
}
}
}