caddy: Update to version 2.0.0

This commit is contained in:
Jakub Čábera 2020-05-04 20:13:43 +02:00
parent 801b1a0ead
commit 57cc82a15c

View File

@ -1,16 +1,12 @@
{
"version": "1.0.4",
"homepage": "https://caddyserver.com",
"version": "2.0.0",
"description": "HTTP/2 web server with automatic HTTPS",
"homepage": "https://caddyserver.com",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/mholt/caddy/releases/download/v1.0.4/caddy_v1.0.4_windows_amd64.zip",
"hash": "b981f1476ee80cdb150adaad2bc8546366f75bba8190b9018a5649cec4678322"
},
"32bit": {
"url": "https://caddyserver.com/download/windows/386?license=personal&telemetry=off&version=v1.0.4",
"hash": "1e97ddbe8b2cb9f06fa1d4ec5fee58eb0c9b0e77606dea0671c95e02bb56a574"
"url": "https://github.com/mholt/caddy/releases/download/v2.0.0/caddy_2.0.0_windows_amd64.zip",
"hash": "sha512:636bb25c9738400b480ca243a605da74988deb1bc856a1cabe7ee36511db0e048ec0a2688b1640d7b157bc239d437944e43500d91881c8acc7f2b8aa138945f9"
}
},
"bin": "caddy.exe",
@ -20,11 +16,11 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mholt/caddy/releases/download/v$version/caddy_v$version_windows_amd64.zip"
},
"32bit": {
"url": "https://caddyserver.com/download/windows/386?license=personal&telemetry=off&version=v$version"
"url": "https://github.com/mholt/caddy/releases/download/v$version/caddy_$version_windows_amd64.zip"
}
},
"hash": {
"url": "$baseurl/caddy_$version_checksums.txt"
}
}
}