mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
avro-tools: Update to version 1.12.0 (#6466)
This commit is contained in:
parent
635df20259
commit
8110dd0674
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"version": "1.11.1",
|
"version": "1.12.0",
|
||||||
"description": "A collection of Avro tools. Data serialization system.",
|
"description": "A collection of Avro tools. Data serialization system.",
|
||||||
"homepage": "https://avro.apache.org/",
|
"homepage": "https://avro.apache.org/",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"JDK": "java/openjdk"
|
"JDK": "java/openjdk"
|
||||||
},
|
},
|
||||||
"url": "https://dlcdn.apache.org/avro/avro-1.11.1/java/avro-tools-1.11.1.jar#/avro-tools.jar",
|
"url": "https://dlcdn.apache.org/avro/avro-1.12.0/java/avro-tools-1.12.0.jar#/avro-tools.jar",
|
||||||
"hash": "sha512:1340183c2fc07071ad81a6b1a9e410d2a4e198dd3756d9d48e8da33280456426cebf3ba8908c197f48ea522dbbf52d4b2d9005d05e4698e7f1109fa0d54b31fb",
|
"hash": "sha512:f626d59b91d8a7e7d75ba39818e84e7734775e87ddc2c58b1608b2850453e4a5e921afa228bae69dfb2e0a52466365926425d4b057a61415faae7318fe3c41cf",
|
||||||
"bin": "avro-tools.jar",
|
"bin": "avro-tools.jar",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://avro.apache.org/project/download/",
|
"github": "https://github.com/apache/avro",
|
||||||
"regex": "The latest release is: Avro ([\\d.]+)"
|
"regex": "releases/tag/release-([\\d.]+)"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": "https://dlcdn.apache.org/avro/avro-$version/java/avro-tools-$version.jar#/avro-tools.jar",
|
"url": "https://dlcdn.apache.org/avro/avro-$version/java/avro-tools-$version.jar#/avro-tools.jar",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user