Richard Kuhnt 2019-05-06 12:16:58 +02:00
parent a57a3cd7ce
commit b2efce6cf4

View File

@ -1,9 +1,9 @@
{ {
"version": "1.8.2", "version": "1.8.2",
"description": "A collection of Avro tools. Data serialization system.", "description": "A collection of Avro tools. Data serialization system.",
"homepage": "http://avro.apache.org/", "homepage": "https://avro.apache.org/",
"license": "Apache-2.0", "license": "Apache-2.0",
"url": "http://apache.org/dist/avro/avro-1.8.2/java/avro-tools-1.8.2.jar#/avro-tools.jar", "url": "https://apache.org/dist/avro/avro-1.8.2/java/avro-tools-1.8.2.jar#/avro-tools.jar",
"hash": "sha1:80e4519289ef9c5a09280639c8c9a669d0a4704d", "hash": "sha1:80e4519289ef9c5a09280639c8c9a669d0a4704d",
"bin": "avro-tools.jar", "bin": "avro-tools.jar",
"suggest": { "suggest": {
@ -13,11 +13,11 @@
] ]
}, },
"checkver": { "checkver": {
"url": "http://avro.apache.org/releases.html", "url": "https://avro.apache.org/releases.html",
"regex": "Avro ([\\d.]+) Released" "regex": "Avro ([\\d.]+) Released"
}, },
"autoupdate": { "autoupdate": {
"url": "http://apache.org/dist/avro/avro-$version/java/avro-tools-$version.jar#/avro-tools.jar", "url": "https://apache.org/dist/avro/avro-$version/java/avro-tools-$version.jar#/avro-tools.jar",
"hash": { "hash": {
"url": "$url.sha1" "url": "$url.sha1"
} }