ScoopInstaller_Main/bucket/avro-tools.json
2025-02-14 19:41:12 +08:00

23 lines
833 B
JSON

{
"version": "1.12.0",
"description": "A collection of Avro tools. Data serialization system.",
"homepage": "https://avro.apache.org/",
"license": "Apache-2.0",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://dlcdn.apache.org/avro/avro-1.12.0/java/avro-tools-1.12.0.jar#/avro-tools.jar",
"hash": "sha512:f626d59b91d8a7e7d75ba39818e84e7734775e87ddc2c58b1608b2850453e4a5e921afa228bae69dfb2e0a52466365926425d4b057a61415faae7318fe3c41cf",
"bin": "avro-tools.jar",
"checkver": {
"github": "https://github.com/apache/avro",
"regex": "releases/tag/release-([\\d.]+)"
},
"autoupdate": {
"url": "https://dlcdn.apache.org/avro/avro-$version/java/avro-tools-$version.jar#/avro-tools.jar",
"hash": {
"url": "$url.sha512"
}
}
}