mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
mozjpeg: update to 3.3.1 and change binary source to garyzyg/mozjpeg-windows (#2788)
Fixes #2780
This commit is contained in:
parent
e8f26d23a1
commit
553b41b55b
45
mozjpeg.json
45
mozjpeg.json
@ -1,27 +1,48 @@
|
||||
{
|
||||
"homepage": "https://github.com/mozilla/mozjpeg",
|
||||
"description": "Improved JPEG encoder",
|
||||
"version": "3.1",
|
||||
"version": "3.3.1",
|
||||
"license": {
|
||||
"identifier": "BSD-3-Clause,IJG,Zlib",
|
||||
"url": "https://raw.githubusercontent.com/mozilla/mozjpeg/master/LICENSE.md"
|
||||
},
|
||||
"url": "https://mozjpeg.codelove.de/bin/mozjpeg_3.1_x86.zip",
|
||||
"hash": "f8fd47f219823e7ee1fe6583bca8baca075d214081588f1fd66141f790cf0731",
|
||||
"architecture": {
|
||||
"32bit": {
|
||||
"url": "https://github.com/garyzyg/mozjpeg-windows/releases/download/3.3.1/mozjpeg-x86.zip",
|
||||
"hash": "5d8af78bf40fe11626353f3127cd827b131988e0b96dce9a7acaa10a8835d4d9"
|
||||
},
|
||||
"64bit": {
|
||||
"url": "https://github.com/garyzyg/mozjpeg-windows/releases/download/3.3.1/mozjpeg-x64.zip",
|
||||
"hash": "d3e912433b49289e21b0f9dc4dc01a856c7487ec2427fd2248273350d55ec515"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
"cjpeg.exe",
|
||||
[
|
||||
"cjpeg.exe",
|
||||
"cjpeg-static.exe",
|
||||
"cjpeg"
|
||||
],
|
||||
[
|
||||
"cjpeg-static.exe",
|
||||
"mozjpeg"
|
||||
],
|
||||
"djpeg.exe",
|
||||
"jpegtran.exe"
|
||||
[
|
||||
"djpeg-static.exe",
|
||||
"djpeg"
|
||||
],
|
||||
[
|
||||
"jpegtran-static.exe",
|
||||
"jpegtran"
|
||||
]
|
||||
],
|
||||
"checkver": {
|
||||
"url": "https://mozjpeg.codelove.de/binaries.html",
|
||||
"re": "version ([\\d.]+)"
|
||||
},
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"url": "https://mozjpeg.codelove.de/bin/mozjpeg_$version_x86.zip"
|
||||
"architecture": {
|
||||
"32bit": {
|
||||
"url": "https://github.com/garyzyg/mozjpeg-windows/releases/download/$version/mozjpeg-x86.zip"
|
||||
},
|
||||
"64bit": {
|
||||
"url": "https://github.com/garyzyg/mozjpeg-windows/releases/download/$version/mozjpeg-x64.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user