mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
* 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>
22 lines
707 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|