mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 15:21:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			908 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			908 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.7",
 | 
						|
    "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/2.7/Bochs-win64-2.7.exe#/dl.7z",
 | 
						|
            "hash": "sha1:a8e4e96716f90a892d23ca4873a7240eea6840bd"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "bochs.exe",
 | 
						|
        "bochsdbg.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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |