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": "1.1.2",
 | |
|     "description": "Modernized git CLI",
 | |
|     "homepage": "https://github.com/chriswalz/bit",
 | |
|     "license": "Apache-2.0",
 | |
|     "architecture": {
 | |
|         "64bit": {
 | |
|             "url": "https://github.com/chriswalz/bit/releases/download/v1.1.2/bit_1.1.2_Windows_amd64.tar.gz",
 | |
|             "hash": "d9203188a9564c04c1cfc4f2985ca36124bcf2f4ab993a93fe05d6ee96e948f4"
 | |
|         },
 | |
|         "32bit": {
 | |
|             "url": "https://github.com/chriswalz/bit/releases/download/v1.1.2/bit_1.1.2_Windows_386.tar.gz",
 | |
|             "hash": "eb7091ff8a40815c4f4e67236425db31b8a7212e1ac3c3b088ca85d540c0cbe6"
 | |
|         }
 | |
|     },
 | |
|     "bin": "bit.exe",
 | |
|     "checkver": "github",
 | |
|     "autoupdate": {
 | |
|         "architecture": {
 | |
|             "64bit": {
 | |
|                 "url": "https://github.com/chriswalz/bit/releases/download/v$version/bit_$version_Windows_amd64.tar.gz"
 | |
|             },
 | |
|             "32bit": {
 | |
|                 "url": "https://github.com/chriswalz/bit/releases/download/v$version/bit_$version_Windows_386.tar.gz"
 | |
|             }
 | |
|         },
 | |
|         "hash": {
 | |
|             "url": "$baseurl/bit_$version_checksums.txt"
 | |
|         }
 | |
|     }
 | |
| }
 | 
