mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
16 lines
711 B
JSON
16 lines
711 B
JSON
{
|
|
"homepage": "http://optipng.sourceforge.net/",
|
|
"description": "A PNG optimizer that recompresses image files to a smaller size, without losing any information.",
|
|
"version": "0.7.7",
|
|
"license": "Zlib",
|
|
"url": "https://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-0.7.7/optipng-0.7.7-win32.zip",
|
|
"hash": "sha1:2a1484d27bf63c7a15c3494eea95a2c804f5bdbc",
|
|
"extract_dir": "optipng-0.7.7-win32",
|
|
"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"
|
|
}
|
|
}
|