mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-10-31 13:51:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			999 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			999 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": "3.0",
 | |
|     "description": "IA-32 (x86) PC emulator",
 | |
|     "homepage": "https://bochs.sourceforge.io/",
 | |
|     "license": "LGPL-2.1-only",
 | |
|     "architecture": {
 | |
|         "64bit": {
 | |
|             "url": "https://downloads.sourceforge.net/project/bochs/bochs/3.0/Bochs-win64-3.0.exe#/dl.7z",
 | |
|             "hash": "sha1:1b08609af86ad9744689068f0104fd8d0db491bb"
 | |
|         }
 | |
|     },
 | |
|     "pre_install": "'$PLUGINSDIR', 'Uninstall.exe' | ForEach-Object { Remove-Item \"$dir\\$_\" -Recurse -Force }",
 | |
|     "bin": [
 | |
|         "bochs.exe",
 | |
|         "bxhub.exe",
 | |
|         "bximage.exe",
 | |
|         "niclist.exe",
 | |
|         "sb16ctrl.exe"
 | |
|     ],
 | |
|     "checkver": {
 | |
|         "url": "http://bochs.sourceforge.net/getcurrent.html",
 | |
|         "regex": "<b>Latest release:<\\/b> Bochs ([\\d.]+)"
 | |
|     },
 | |
|     "autoupdate": {
 | |
|         "architecture": {
 | |
|             "64bit": {
 | |
|                 "url": "https://downloads.sourceforge.net/project/bochs/bochs/$version/Bochs-win64-$version.exe#/dl.7z"
 | |
|             }
 | |
|         }
 | |
|     }
 | |
| }
 | 
