mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
avro-tools: use HTTPS
https://github.com/scoopinstaller/scoop-main/pull/34#pullrequestreview-233898640
This commit is contained in:
parent
a57a3cd7ce
commit
b2efce6cf4
@ -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"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user