mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 20:21:18 +00:00
26 lines
882 B
JSON
26 lines
882 B
JSON
{
|
|
"version": "1.10.2",
|
|
"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.2/java/avro-tools-1.10.2.jar#/avro-tools.jar",
|
|
"hash": "sha512:81105a7c1ff2c91502ff8192a0f35426ef2f2bd9077d7cc055c4056f5357364207490aa84dc016b4ad8149da03732fc1e8bafeaaad153bc07c045d362da44d95",
|
|
"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"
|
|
}
|
|
}
|
|
}
|