mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-10-31 13:51:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": "0.24.1",
 | |
|     "description": "Terminal UI for both docker and docker-compose",
 | |
|     "homepage": "https://github.com/jesseduffield/lazydocker",
 | |
|     "license": "MIT",
 | |
|     "architecture": {
 | |
|         "64bit": {
 | |
|             "url": "https://github.com/jesseduffield/lazydocker/releases/download/v0.24.1/lazydocker_0.24.1_Windows_x86_64.zip",
 | |
|             "hash": "cc54494d8cd9232d8d64cf4c2d720a045e5b969a716739424702577f55b53cf9"
 | |
|         },
 | |
|         "32bit": {
 | |
|             "url": "https://github.com/jesseduffield/lazydocker/releases/download/v0.24.1/lazydocker_0.24.1_Windows_x86.zip",
 | |
|             "hash": "406244e71e0e63749d0e908d5a10da4d1a3033efc4d737068bf78506ef236171"
 | |
|         },
 | |
|         "arm64": {
 | |
|             "url": "https://github.com/jesseduffield/lazydocker/releases/download/v0.24.1/lazydocker_0.24.1_Windows_arm64.zip",
 | |
|             "hash": "8d965ff79409802ff620f744f91cb932be52b25c2a5ed7aa5131387645151eb8"
 | |
|         }
 | |
|     },
 | |
|     "bin": "lazydocker.exe",
 | |
|     "checkver": "github",
 | |
|     "autoupdate": {
 | |
|         "architecture": {
 | |
|             "64bit": {
 | |
|                 "url": "https://github.com/jesseduffield/lazydocker/releases/download/v$version/lazydocker_$version_Windows_x86_64.zip"
 | |
|             },
 | |
|             "32bit": {
 | |
|                 "url": "https://github.com/jesseduffield/lazydocker/releases/download/v$version/lazydocker_$version_Windows_x86.zip"
 | |
|             },
 | |
|             "arm64": {
 | |
|                 "url": "https://github.com/jesseduffield/lazydocker/releases/download/v$version/lazydocker_$version_Windows_arm64.zip"
 | |
|             }
 | |
|         },
 | |
|         "hash": {
 | |
|             "url": "$baseurl/checksums.txt"
 | |
|         }
 | |
|     }
 | |
| }
 | 
