mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
avro-tools: Add version 1.8.2 (#34)
This commit is contained in:
parent
e7059c1ee0
commit
1efceb97d5
25
bucket/avro-tools.json
Normal file
25
bucket/avro-tools.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"version": "1.8.2",
|
||||
"description": "A collection of Avro tools. Data serialization system.",
|
||||
"homepage": "http://avro.apache.org/",
|
||||
"license": "Apache-2.0",
|
||||
"url": "http://apache.org/dist/avro/avro-1.8.2/java/avro-tools-1.8.2.jar#/avro-tools.jar",
|
||||
"hash": "sha1:80e4519289ef9c5a09280639c8c9a669d0a4704d",
|
||||
"bin": "avro-tools.jar",
|
||||
"suggest": {
|
||||
"JDK": [
|
||||
"java/oraclejdk",
|
||||
"java/openjdk"
|
||||
]
|
||||
},
|
||||
"checkver": {
|
||||
"url": "http://avro.apache.org/releases.html",
|
||||
"regex": "Avro ([\\d.]+) Released"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "http://apache.org/dist/avro/avro-$version/java/avro-tools-$version.jar#/avro-tools.jar",
|
||||
"hash": {
|
||||
"url": "$url.sha1"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user