ScoopInstaller_Main/bucket/jpegoptim.json
Omar Izquierdo b3d9c2a427
jpegoptim: Add version 1.5.5 (#5218)
* jpegoptim: Add version 1.5.5

* update jpegoptim.json

* Update bucket/jpegoptim.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

---------

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
2023-10-27 09:50:48 +05:30

22 lines
707 B
JSON

{
"version": "1.5.5",
"description": "Utility to optimize/compress JPEG files",
"homepage": "https://github.com/tjko/jpegoptim",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/tjko/jpegoptim/releases/download/v1.5.5/jpegoptim-1.5.5-x64-windows.zip",
"hash": "ffa037ecc12e002c1c87c334d8ebaed988ec738c3ad606d054272950519b09a8"
}
},
"bin": "jpegoptim.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/tjko/jpegoptim/releases/download/v$version/jpegoptim-$version-x64-windows.zip"
}
}
}
}