ScoopInstaller_Main/bucket/avro-tools.json
2020-12-03 19:58:23 +01:00

26 lines
882 B
JSON

{
"version": "1.10.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.10.1/java/avro-tools-1.10.1.jar#/avro-tools.jar",
"hash": "sha512:d7f237fbae7719aa7da14d2aef81b9823ab03ac97e6b2a676a91263bbfa75aed94389591ea001f17fbc875c7ae9ad4271bfe00eb2ffb94d78adfe5e6e99d3a6c",
"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"
}
}
}