mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "http://bochs.sourceforge.net/",
 | 
						|
    "description": "Open source IA-32 (x86) PC emulator written in C++",
 | 
						|
    "version": "2.6.9",
 | 
						|
    "license": "LGPL-2.1",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://downloads.sourceforge.net/project/bochs/bochs/2.6.9/bochs-2.6.9-win64.zip",
 | 
						|
            "hash": "sha1:35a590b30c13add8ff6d3271c6aadd293ee4d923",
 | 
						|
            "bin": [
 | 
						|
                "bochs-win64.exe",
 | 
						|
                "bochsdbg-win64.exe"
 | 
						|
            ]
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://downloads.sourceforge.net/project/bochs/bochs/2.6.9/bochs-p4-smp-2.6.9-win32.zip",
 | 
						|
            "hash": "sha1:bc2aa106890c649ca2a94e1c073151b1f42ef2bb",
 | 
						|
            "bin": [
 | 
						|
                "bochs-p4-smp.exe",
 | 
						|
                "bochsdbg-p4-smp.exe"
 | 
						|
            ]
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "checkver": {
 | 
						|
        "url": "http://bochs.sourceforge.net/getcurrent.html",
 | 
						|
        "re": "<b>Latest release:<\\/b> Bochs ([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://downloads.sourceforge.net/project/bochs/bochs/$version/bochs-$version-win64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://downloads.sourceforge.net/project/bochs/bochs/$version/bochs-p4-smp-$version-win32.zip"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |