mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
26 lines
806 B
JSON
26 lines
806 B
JSON
{
|
|
"version": "1.9.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.9.0/java/avro-tools-1.9.0.jar#/avro-tools.jar",
|
|
"hash": "09e2556753c0c0a6983b43a198f1bdd0487d33095bd6f4e563851e6f6e53901e",
|
|
"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.sha1"
|
|
}
|
|
}
|
|
}
|