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>
		
			
				
	
	
		
			26 lines
		
	
	
		
			956 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			956 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": "1.0.6",
 | |
|     "homepage": "https://github.com/philr/bzip2-windows",
 | |
|     "description": "Freely available, patent free, high-quality data compressor",
 | |
|     "architecture": {
 | |
|         "32bit": {
 | |
|             "url": "https://github.com/philr/bzip2-windows/releases/download/v1.0.6/bzip2-1.0.6-win-x86.zip",
 | |
|             "hash": "e9a6d5908e219def07ae6be73383112c5a571b74fbde9bed42ee7eb1523fd727"
 | |
|         },
 | |
|         "64bit": {
 | |
|             "url": "https://github.com/philr/bzip2-windows/releases/download/v1.0.6/bzip2-1.0.6-win-x64.zip",
 | |
|             "hash": "f5feefa49e7d3e87ba0ba731ed22b4b0e269f635bec2839827127a98d0a2e192"
 | |
|         }
 | |
|     },
 | |
|     "bin": [
 | |
|         "bunzip2.exe",
 | |
|         "bzcat.exe",
 | |
|         "bzip2.exe",
 | |
|         "bzip2recover.exe"
 | |
|     ],
 | |
|     "pre_install": "cp \"$dir\\bzip2.exe\" \"$dir\\bunzip2.exe\"; cp \"$dir\\bzip2.exe\" \"$dir\\bzcat.exe\"",
 | |
|     "checkver": {
 | |
|         "github": "https://github.com/philr/bzip2-windows"
 | |
|     }
 | |
| }
 |