mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "3.40",
 | 
						|
    "description": "Flexible I/O Tester",
 | 
						|
    "homepage": "https://github.com/axboe/fio",
 | 
						|
    "license": "GPL-2.0-only",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/axboe/fio/releases/download/fio-3.40/fio-3.40-x64.msi",
 | 
						|
            "hash": "3a5dc4e25f0e08281a08f2a4c4b0a73359242e1251df55464c3058e9bb22d296"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/axboe/fio/releases/download/fio-3.40/fio-3.40-x86.msi",
 | 
						|
            "hash": "508c326c60e062704f42599e2efd8b2e30f290286272a7462beff9eb9c1b98ac"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extract_dir": "fio",
 | 
						|
    "bin": "fio.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/axboe/fio",
 | 
						|
        "regex": "fio-(?<version>[\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/axboe/fio/releases/download/fio-$version/fio-$version-x64.msi"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/axboe/fio/releases/download/fio-$version/fio-$version-x86.msi"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |