mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-10-31 13:51:18 +00:00 
			
		
		
		
	 ccc24e57b6
			
		
	
	
		ccc24e57b6
		
	
	
	
	
		
			
			Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
		
			
				
	
	
		
			31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": "0.11.5",
 | |
|     "homepage": "https://caddyserver.com",
 | |
|     "description": "HTTP/2 web server with automatic HTTPS",
 | |
|     "license": "Apache-2.0",
 | |
|     "architecture": {
 | |
|         "64bit": {
 | |
|             "url": "https://github.com/mholt/caddy/releases/download/v0.11.5/caddy_v0.11.5_windows_amd64.zip",
 | |
|             "hash": "3a43f833c30b63be0b985086e15e545a2f0755ff11ae77297880e566405e6746"
 | |
|         },
 | |
|         "32bit": {
 | |
|             "url": "https://github.com/mholt/caddy/releases/download/v0.11.5/caddy_v0.11.5_windows_386.zip",
 | |
|             "hash": "754572ca6fbeddde13afb4b8c12f5539fcf61fda4f2a713938f189e46dbdd2a3"
 | |
|         }
 | |
|     },
 | |
|     "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"
 | |
|             }
 | |
|         }
 | |
|     }
 | |
| }
 |