mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	* Added libwebp missing binaries to path * update to ver 1.2.1, modify description Co-authored-by: Issac Lin <issaclin32@gmail.com>
		
			
				
	
	
		
			40 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.2.1",
 | 
						|
    "description": "Encodes and decodes WebP image files.",
 | 
						|
    "homepage": "https://developers.google.com/speed/webp",
 | 
						|
    "license": "BSD-3-Clause",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.2.1-windows-x64.zip",
 | 
						|
            "hash": "1ff0acb7d9510ccadd0bca13b8eb13a7464a903941513c8dba1ea45d07af6b30",
 | 
						|
            "extract_dir": "libwebp-1.2.1-windows-x64"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "bin\\anim_diff.exe",
 | 
						|
        "bin\\anim_dump.exe",
 | 
						|
        "bin\\cwebp.exe",
 | 
						|
        "bin\\dwebp.exe",
 | 
						|
        "bin\\get_disto.exe",
 | 
						|
        "bin\\gif2webp.exe",
 | 
						|
        "bin\\img2webp.exe",
 | 
						|
        "bin\\vwebp.exe",
 | 
						|
        "bin\\webp_quality.exe",
 | 
						|
        "bin\\webpinfo.exe",
 | 
						|
        "bin\\webpmux.exe"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/index.html",
 | 
						|
        "regex": "/libwebp-([\\d.]+)-windows-x64\\.zip",
 | 
						|
        "reverse": true
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-$version-windows-x64.zip",
 | 
						|
                "extract_dir": "libwebp-$version-windows-x64"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |