mozjpeg: Update to version 4.0.0

This commit is contained in:
Jakub Čábera 2020-11-20 08:47:27 +01:00
parent 5d60d0908e
commit 2656ee67d4

View File

@ -1,19 +1,19 @@
{ {
"homepage": "https://github.com/mozilla/mozjpeg", "version": "4.0.0",
"description": "Improved JPEG encoder", "description": "Improved JPEG encoder",
"version": "3.3.1", "homepage": "https://github.com/mozilla/mozjpeg",
"license": { "license": {
"identifier": "BSD-3-Clause,IJG,Zlib", "identifier": "BSD-3-Clause,IJG,Zlib",
"url": "https://raw.githubusercontent.com/mozilla/mozjpeg/master/LICENSE.md" "url": "https://raw.githubusercontent.com/mozilla/mozjpeg/master/LICENSE.md"
}, },
"architecture": { "architecture": {
"32bit": {
"url": "https://github.com/garyzyg/mozjpeg-windows/releases/download/3.3.1/mozjpeg-x86.zip",
"hash": "5d8af78bf40fe11626353f3127cd827b131988e0b96dce9a7acaa10a8835d4d9"
},
"64bit": { "64bit": {
"url": "https://github.com/garyzyg/mozjpeg-windows/releases/download/3.3.1/mozjpeg-x64.zip", "url": "https://github.com/garyzyg/mozjpeg-windows/releases/download/4.0.0/mozjpeg-x64.zip",
"hash": "d3e912433b49289e21b0f9dc4dc01a856c7487ec2427fd2248273350d55ec515" "hash": "7fdeef1bcaedff87e0d5829f35e19c22122300fd75b60e6068af5735dbcaf183"
},
"32bit": {
"url": "https://github.com/garyzyg/mozjpeg-windows/releases/download/4.0.0/mozjpeg-x86.zip",
"hash": "4642e343bad1a8055eda6060e0702ebddc34367d12c496ea48827e8b660833e2"
} }
}, },
"bin": [ "bin": [
@ -37,11 +37,11 @@
"checkver": "github", "checkver": "github",
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"32bit": {
"url": "https://github.com/garyzyg/mozjpeg-windows/releases/download/$version/mozjpeg-x86.zip"
},
"64bit": { "64bit": {
"url": "https://github.com/garyzyg/mozjpeg-windows/releases/download/$version/mozjpeg-x64.zip" "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"
} }
} }
} }