mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			718 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			718 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://www.dosbox.com/",
 | 
						|
    "description": "DOSBox emulates an Intel x86 PC, complete with sound, graphics, mouse, joystick, modem, etc.",
 | 
						|
    "version": "0.74-2",
 | 
						|
    "license": "GPL-2.0",
 | 
						|
    "url": "https://downloads.sourceforge.net/project/dosbox/dosbox/0.74-2/DOSBox0.74-2-win32-installer.exe",
 | 
						|
    "hash": "58ccf33face7d2aeb76992f6414cf94ca46976d5b004551d6552ce18d094f1fb",
 | 
						|
    "installer": {
 | 
						|
        "args": [
 | 
						|
            "/S",
 | 
						|
            "/D=$dir"
 | 
						|
        ]
 | 
						|
    },
 | 
						|
    "uninstaller": {
 | 
						|
        "file": "uninstall.exe",
 | 
						|
        "args": "/S"
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "DOSBox.exe",
 | 
						|
        "SDL.dll",
 | 
						|
        "SDL_net.dll"
 | 
						|
    ],
 | 
						|
    "checkver": "Latest version:\\s+<a[^>]+>([\\d.-]+)"
 | 
						|
}
 |