ScoopInstaller_Main/bucket/avro-tools.json
2020-06-30 16:00:26 +00:00

26 lines
882 B
JSON

{
"version": "1.10.0",
"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.0/java/avro-tools-1.10.0.jar#/avro-tools.jar",
"hash": "sha512:130fbee74fd902d3ae280c15522a47e7e64ce2c43954d503ccf81510c527a8b2b3308a6d39855efcd15efe643129fff0220ecb064976a7379147aafa1bc8492e",
"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"
}
}
}