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>
This commit is contained in:
Omar Izquierdo 2023-10-26 23:20:48 -05:00 committed by GitHub
parent 907d534926
commit b3d9c2a427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/jpegoptim.json Normal file
View File

@ -0,0 +1,21 @@
{
"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"
}
}
}
}