mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-29 12:01:26 +00:00
26 lines
916 B
JSON
26 lines
916 B
JSON
{
|
|
"version": "0.9.3",
|
|
"homepage": "http://caddyserver.com",
|
|
"license": "https://github.com/mholt/caddy/blob/master/LICENSE.txt",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mholt/caddy/releases/download/v0.9.3/caddy_windows_amd64.zip",
|
|
"hash": "19df428c8e16710b6376fef768b1a3be1d0297ccf0ec78ab1927d6ec41c1cc71",
|
|
"bin": [
|
|
["caddy_windows_amd64.exe", "caddy"]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mholt/caddy/releases/download/v0.9.3/caddy_windows_386.zip",
|
|
"hash": "96c1eb95eee45bf304b26d78e2a1315494f5bd2d1f809fbb11d898a30aefab4b",
|
|
"bin": [
|
|
["caddy_windows_386.exe", "caddy"]
|
|
]
|
|
}
|
|
},
|
|
"checkver": {
|
|
"url": "https://github.com/mholt/caddy/releases/latest",
|
|
"re": "\/releases\/tag\/v([\\d.]+)"
|
|
}
|
|
}
|