OptiPNG: Update to version 0.7.8 and add 64-bit (#5253)

This commit is contained in:
ISHIKAWA Takayuki 2023-11-19 20:50:54 +09:00 committed by GitHub
parent 7ee69483e4
commit 64babb81b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,30 @@
"description": "A PNG optimizer that recompresses image files to a smaller size, without losing any information.",
"homepage": "https://optipng.sourceforge.net/",
"license": "Zlib",
"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",
"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.]+)<\\/b><\\/font> \\(stable\\)",
"autoupdate": {
"url": "https://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-$version/optipng-$version-win32.zip",
"extract_dir": "optipng-$version-win32"
"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"
}
}
}
}