2024-01-22 15:34:07 +00:00

33 lines
1.3 KiB
JSON

{
"version": "0.7.8",
"description": "A PNG optimizer that recompresses image files to a smaller size, without losing any information.",
"homepage": "https://optipng.sourceforge.net/",
"license": "Zlib",
"architecture": {
"32bit": {
"url": "https://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-0.7.8/optipng-0.7.8-win32.zip",
"hash": "sha1:746a398eef9d5ae7df4388c2dad6d5ae73ae18d7",
"extract_dir": "optipng-0.7.8-win32"
},
"64bit": {
"url": "https://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-0.7.8/optipng-0.7.8-win64.zip",
"hash": "sha1:c1a2783fb5c5798710a63f69c9be288d6e91ec0f",
"extract_dir": "optipng-0.7.8-win64"
}
},
"bin": "optipng.exe",
"checkver": "([\\d.]+).*\\(stable\\)",
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-$version/optipng-$version-win32.zip",
"extract_dir": "optipng-$version-win32"
},
"64bit": {
"url": "https://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-$version/optipng-$version-win64.zip",
"extract_dir": "optipng-$version-win64"
}
}
}
}