mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-10 01:11:19 +00:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"version": "0.10.9",
|
|
"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.9/caddy_v0.10.9_windows_amd64.zip",
|
|
"hash": "b0ae83e2bcb09d8d0a65fa28ed54ac245f60a8e3c2e516e6452da9ac5053d2e8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mholt/caddy/releases/download/v0.10.9/caddy_v0.10.9_windows_386.zip",
|
|
"hash": "afa4772763c166d5713e6aadef7892121096a135ecf7861a3b3ece373f41bcd7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|