mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"version": "0.10.8",
|
|
"homepage": "https://caddyserver.com",
|
|
"license": "https://github.com/mholt/caddy/blob/master/LICENSE.txt",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mholt/caddy/releases/download/v0.10.8/caddy_v0.10.8_windows_amd64.zip",
|
|
"hash": "b99de70697af75f51d14c26ea5d7c49aaf0f3e344716d70d37cace47960490c0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mholt/caddy/releases/download/v0.10.8/caddy_v0.10.8_windows_386.zip",
|
|
"hash": "c679404dc61168bba2c8ba9cfc406489f5e8244defdd9214667635b973ba9c0d"
|
|
}
|
|
},
|
|
"bin": "caddy.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/mholt/caddy"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mholt/caddy/releases/download/v$version/caddy_v$version_windows_amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mholt/caddy/releases/download/v$version/caddy_v$version_windows_386.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|