mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
26 lines
882 B
JSON
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",
|
|
"suggest": {
|
|
"JDK": [
|
|
"java/oraclejdk",
|
|
"java/openjdk"
|
|
]
|
|
},
|
|
"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",
|
|
"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"
|
|
}
|
|
}
|
|
}
|