mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 15:51:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "7.1.0",
 | 
						|
    "description": "A generic and open source machine emulator and virtualizer.",
 | 
						|
    "homepage": "https://qemu.weilnetz.de/",
 | 
						|
    "license": "GPL-2.0-only",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://qemu.weilnetz.de/w64/qemu-w64-setup-20220831.exe#/dl.7z",
 | 
						|
            "hash": "sha512:78a1209d28a2bf70224abbfe6b87e144e127d198c0e280afd66aed4ea3ad6d5beba97478598039c23e44f0dd9c7efe5439734d415fb05aa28d8d624f4e9ed615"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://qemu.weilnetz.de/w32/qemu-w32-setup-20220831.exe#/dl.7z",
 | 
						|
            "hash": "sha512:78b069f7880277341abfbe331ce7381e3bb60f9c7523892308aa6aad7cfbcaa6d2edb60bcc6a43d35ec4575b25076a991f17cd7c7db9dd99f581599aca2b4700"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "env_add_path": ".",
 | 
						|
    "checkver": "<strong>(?<year>\\d{4})-(?<month>\\d{2})-(?<day>\\d{2})</strong>: New QEMU installers \\((?<version>[\\d.a-z\\-]+)\\)",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://qemu.weilnetz.de/w64/qemu-w64-setup-$matchYear$matchMonth$matchDay.exe#/dl.7z"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://qemu.weilnetz.de/w32/qemu-w32-setup-$matchYear$matchMonth$matchDay.exe#/dl.7z"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$urlNoExt.sha512"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |