mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-25 01:51:29 +00:00
26 lines
879 B
JSON
26 lines
879 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|