mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "1.1.0",
|
|
"description": "Encodes and decodes new WebP image format 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.1.0-windows-x64.zip",
|
|
"hash": "e7026022be0d18e16bb0ab5cc322266be64778dedf22bc54efdc2be43c77ec27",
|
|
"extract_dir": "libwebp-1.1.0-windows-x64"
|
|
}
|
|
},
|
|
"bin": [
|
|
"bin\\anim_diff.exe",
|
|
"bin\\cwebp.exe",
|
|
"bin\\dwebp.exe",
|
|
"bin\\gif2webp.exe",
|
|
"bin\\vwebp.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"
|
|
}
|
|
}
|
|
}
|
|
}
|