mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-10-31 13:51:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": "0.13.1",
 | |
|     "description": "A tool for exploring each layer in a docker image.",
 | |
|     "homepage": "https://github.com/wagoodman/dive/",
 | |
|     "license": "MIT",
 | |
|     "architecture": {
 | |
|         "64bit": {
 | |
|             "url": "https://github.com/wagoodman/dive/releases/download/v0.13.1/dive_0.13.1_windows_amd64.zip",
 | |
|             "hash": "3e764ff28c7b89f4da679deac80483249fbbae3a1d512c103d54609eec09086a"
 | |
|         },
 | |
|         "arm64": {
 | |
|             "url": "https://github.com/wagoodman/dive/releases/download/v0.13.1/dive_0.13.1_windows_arm64.zip",
 | |
|             "hash": "de298f2edeffeac3e4c715eb516eab8075b50a7c8fce28194f730f2a384d4dc9"
 | |
|         }
 | |
|     },
 | |
|     "bin": "dive.exe",
 | |
|     "checkver": "github",
 | |
|     "autoupdate": {
 | |
|         "architecture": {
 | |
|             "64bit": {
 | |
|                 "url": "https://github.com/wagoodman/dive/releases/download/v$version/dive_$version_windows_amd64.zip"
 | |
|             },
 | |
|             "arm64": {
 | |
|                 "url": "https://github.com/wagoodman/dive/releases/download/v$version/dive_$version_windows_arm64.zip"
 | |
|             }
 | |
|         },
 | |
|         "hash": {
 | |
|             "url": "$baseurl/dive_$version_checksums.txt"
 | |
|         }
 | |
|     }
 | |
| }
 | 
