mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "20190403-b131a07",
 | 
						|
    "homepage": "https://ffmpeg.zeranoe.com/builds/",
 | 
						|
    "license": "GPL-3.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20190403-b131a07-win64-static.zip",
 | 
						|
            "hash": "d1a15244b768b762a53a7158b18df88c74c6b1a222d0b53866c1f06b9565222f",
 | 
						|
            "extract_dir": "ffmpeg-20190403-b131a07-win64-static"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20190403-b131a07-win32-static.zip",
 | 
						|
            "hash": "047d11443fefdb93763ae3c79f5c94d1a255df32908d2e63c07ea66dbdd06770",
 | 
						|
            "extract_dir": "ffmpeg-20190403-b131a07-win32-static"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "bin\\ffmpeg.exe",
 | 
						|
        "bin\\ffplay.exe",
 | 
						|
        "bin\\ffprobe.exe"
 | 
						|
    ],
 | 
						|
    "checkver": "value=\"([\\d]{8}-[\\d\\w]+)\"",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-$version-win64-static.zip",
 | 
						|
                "extract_dir": "ffmpeg-$version-win64-static"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-$version-win32-static.zip",
 | 
						|
                "extract_dir": "ffmpeg-$version-win32-static"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |