mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"homepage": "https://github.com/mozilla/mozjpeg",
|
|
"description": "Improved JPEG encoder",
|
|
"version": "3.3.1",
|
|
"license": {
|
|
"identifier": "BSD-3-Clause,IJG,Zlib",
|
|
"url": "https://raw.githubusercontent.com/mozilla/mozjpeg/master/LICENSE.md"
|
|
},
|
|
"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-static.exe",
|
|
"cjpeg"
|
|
],
|
|
[
|
|
"cjpeg-static.exe",
|
|
"mozjpeg"
|
|
],
|
|
[
|
|
"djpeg-static.exe",
|
|
"djpeg"
|
|
],
|
|
[
|
|
"jpegtran-static.exe",
|
|
"jpegtran"
|
|
]
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|