diff --git a/bucket/avro-tools.json b/bucket/avro-tools.json index 1ff6260678..99956ec59d 100644 --- a/bucket/avro-tools.json +++ b/bucket/avro-tools.json @@ -1,9 +1,9 @@ { "version": "1.8.2", "description": "A collection of Avro tools. Data serialization system.", - "homepage": "http://avro.apache.org/", + "homepage": "https://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", + "url": "https://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": { @@ -13,11 +13,11 @@ ] }, "checkver": { - "url": "http://avro.apache.org/releases.html", + "url": "https://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", + "url": "https://apache.org/dist/avro/avro-$version/java/avro-tools-$version.jar#/avro-tools.jar", "hash": { "url": "$url.sha1" }