forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathavro-tools.json
25 lines (25 loc) · 882 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.10.2",
"description": "A collection of Avro tools. Data serialization system.",
"homepage": "https://avro.apache.org/",
"license": "Apache-2.0",
"suggest": {
"JDK": [
"java/oraclejdk",
"java/openjdk"
]
},
"url": "https://apache.org/dist/avro/avro-1.10.2/java/avro-tools-1.10.2.jar#/avro-tools.jar",
"hash": "sha512:81105a7c1ff2c91502ff8192a0f35426ef2f2bd9077d7cc055c4056f5357364207490aa84dc016b4ad8149da03732fc1e8bafeaaad153bc07c045d362da44d95",
"bin": "avro-tools.jar",
"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"
}
}
}