mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
50 lines
1.9 KiB
JSON
50 lines
1.9 KiB
JSON
{
|
|
"homepage": "https://developers.google.com/speed/webp/",
|
|
"license": "BSD-3-Clause",
|
|
"version": "1.0.2",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.0.2-windows-x64.zip",
|
|
"hash": "a70c935887e5ed617d65ba6c1796ad9f212fab58610730f3d7df582f51041ee3",
|
|
"extract_dir": "libwebp-1.0.2-windows-x64",
|
|
"bin": [
|
|
"bin\\anim_diff.exe",
|
|
"bin\\cwebp.exe",
|
|
"bin\\dwebp.exe",
|
|
"bin\\gif2webp.exe",
|
|
"bin\\vwebp.exe",
|
|
"bin\\webpmux.exe"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.0.2-windows-x86.zip",
|
|
"hash": "c1ff80200f069ad28098692c0c4022cfcee4804c552c2a4cee05e6a087b08724",
|
|
"extract_dir": "libwebp-1.0.2-windows-x86",
|
|
"bin": [
|
|
"bin\\anim_diff.exe",
|
|
"bin\\cwebp.exe",
|
|
"bin\\dwebp.exe",
|
|
"bin\\gif2webp.exe",
|
|
"bin\\vwebp.exe",
|
|
"bin\\webpmux.exe"
|
|
]
|
|
}
|
|
},
|
|
"checkver": {
|
|
"url": "https://developers.google.com/speed/webp/download",
|
|
"re": "\\/libwebp-([\\d].+)-windows-x86.zip"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-$version-windows-x64.zip",
|
|
"extract_dir": "libwebp-$version-windows-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-$version-windows-x86.zip",
|
|
"extract_dir": "libwebp-$version-windows-x86"
|
|
}
|
|
}
|
|
}
|
|
}
|