mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 21:21:21 +00:00
26 lines
879 B
JSON
26 lines
879 B
JSON
{
|
|
"version": "1.9.2",
|
|
"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.2/java/avro-tools-1.9.2.jar#/avro-tools.jar",
|
|
"hash": "sha512:90e911978c14dfc8940d7f22bc9b9e1fab17a69ce9c198b972bfab726b198bf4c6dbca56271aff424bc8a5e1126010bfef4eb80c6ae32c61906b0beeed862849",
|
|
"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"
|
|
}
|
|
}
|
|
}
|