mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 23:21:19 +00:00
50 lines
1.8 KiB
JSON
50 lines
1.8 KiB
JSON
{
|
|
"homepage": "https://developers.google.com/speed/webp/",
|
|
"license": "BSD",
|
|
"version": "0.6.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-0.6.1-windows-x64.zip",
|
|
"hash": "a2886a3a18143e1de807d51c7a0a08f24c8359b44fbf99ef4be0351f9baf34a1",
|
|
"extract_dir": "libwebp-0.6.1-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-0.6.1-windows-x86.zip",
|
|
"hash": "3d6095ecf5d9f46d1da818b2cfb1f7c6029d1166205837e145e7c65eac3dd641",
|
|
"extract_dir": "libwebp-0.6.1-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"
|
|
}
|
|
}
|
|
}
|
|
}
|