2020-11-20 08:47:27 +01:00

49 lines
1.4 KiB
JSON

{
"version": "4.0.0",
"description": "Improved JPEG encoder",
"homepage": "https://github.com/mozilla/mozjpeg",
"license": {
"identifier": "BSD-3-Clause,IJG,Zlib",
"url": "https://raw.githubusercontent.com/mozilla/mozjpeg/master/LICENSE.md"
},
"architecture": {
"64bit": {
"url": "https://github.com/garyzyg/mozjpeg-windows/releases/download/4.0.0/mozjpeg-x64.zip",
"hash": "7fdeef1bcaedff87e0d5829f35e19c22122300fd75b60e6068af5735dbcaf183"
},
"32bit": {
"url": "https://github.com/garyzyg/mozjpeg-windows/releases/download/4.0.0/mozjpeg-x86.zip",
"hash": "4642e343bad1a8055eda6060e0702ebddc34367d12c496ea48827e8b660833e2"
}
},
"bin": [
[
"cjpeg-static.exe",
"cjpeg"
],
[
"cjpeg-static.exe",
"mozjpeg"
],
[
"djpeg-static.exe",
"djpeg"
],
[
"jpegtran-static.exe",
"jpegtran"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/garyzyg/mozjpeg-windows/releases/download/$version/mozjpeg-x64.zip"
},
"32bit": {
"url": "https://github.com/garyzyg/mozjpeg-windows/releases/download/$version/mozjpeg-x86.zip"
}
}
}
}