caddy: Fix urls (#1685)

This commit is contained in:
Lewis Zhang 2020-12-18 16:00:17 -06:00 committed by GitHub
parent 42733c96e0
commit 2e5759ee11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,18 +5,18 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/mholt/caddy/releases/download/v2.2.1/caddy_2.2.1_windows_amd64.zip", "url": "https://github.com/caddyserver/caddy/releases/download/v2.2.1/caddy_2.2.1_windows_amd64.zip",
"hash": "sha512:e5c5fba6af33a0e1b48cbabc106e907dc7171c2cc337ee5c7cbbad07587dc4970c3f49812b3938dee43209b7fe293c74b36274fd809730ecec0041dd6b1fa93d" "hash": "sha512:e5c5fba6af33a0e1b48cbabc106e907dc7171c2cc337ee5c7cbbad07587dc4970c3f49812b3938dee43209b7fe293c74b36274fd809730ecec0041dd6b1fa93d"
} }
}, },
"bin": "caddy.exe", "bin": "caddy.exe",
"checkver": { "checkver": {
"github": "https://github.com/mholt/caddy" "github": "https://github.com/caddyserver/caddy"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/mholt/caddy/releases/download/v$version/caddy_$version_windows_amd64.zip" "url": "https://github.com/caddyserver/caddy/releases/download/v$version/caddy_$version_windows_amd64.zip"
} }
}, },
"hash": { "hash": {