mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "3065",
 | 
						|
    "description": "H.264/MPEG-4 AVC video encoder",
 | 
						|
    "homepage": "https://www.videolan.org/developers/x264.html",
 | 
						|
    "license": "GPL-2.0-or-later",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://artifacts.videolan.org/x264/release-win64/x264-r3065-ae03d92.exe#/x264.exe",
 | 
						|
            "hash": "64bd9e3b2f5ba9eae33b39d55b474ecaf7e66158090b4c226696391518f289be"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://artifacts.videolan.org/x264/release-win32/x264-r3065-ae03d92.exe#/x264.exe",
 | 
						|
            "hash": "6f51872ef3c6c0c3483a0e023b3bdf1c86b063d619f09580ee88bc82e57a1fa6"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "x264.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://artifacts.videolan.org/x264/release-win64/",
 | 
						|
        "regex": "x264-r([\\d]+)-(?<commit>[a-fA-F\\d]{7})\\.exe"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://artifacts.videolan.org/x264/release-win64/x264-r$version-$matchCommit.exe#/x264.exe"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://artifacts.videolan.org/x264/release-win32/x264-r$version-$matchCommit.exe#/x264.exe"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |