2021-04-20 06:13:57 +02:00

49 lines
1.4 KiB
JSON

{
"version": "4.0.3",
"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.3/mozjpeg-x64.zip",
"hash": "c8bfba0c9316cddb6be718b09a87a5e8b30e9eb343f091694c4b6a057bd0e40e"
},
"32bit": {
"url": "https://github.com/garyzyg/mozjpeg-windows/releases/download/4.0.3/mozjpeg-x86.zip",
"hash": "5bd7b47569bf49c063e09b9410479bb847b6e3a03ae4ad627a15cce27b51f0a2"
}
},
"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"
}
}
}
}