mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"version": "1.6.0",
|
|
"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.6.0-windows-x64.zip",
|
|
"hash": "48886f506b21f62e4661f0f4cbfca19800897c385128e8902542d29a950c93f1",
|
|
"extract_dir": "libwebp-1.6.0-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"
|
|
}
|
|
}
|
|
}
|
|
}
|