ScoopInstaller_Main/bucket/pngquant.json
2023-01-28 20:25:46 +00:00

18 lines
596 B
JSON

{
"version": "2.18.0",
"description": "A command-line utility for lossy compression of PNG images",
"homepage": "https://pngquant.org/",
"license": "GPL-3.0-or-later",
"url": "https://pngquant.org/pngquant-windows.zip",
"hash": "bd0257aeeccfe446a4cd764927e26f8af6051796f28abed104307284107b120d",
"extract_dir": "pngquant",
"bin": "pngquant.exe",
"checkver": {
"url": "https://pngquant.org/releases.html",
"regex": "pngquant-([\\d.]+)-src\\.tar\\.gz"
},
"autoupdate": {
"url": "https://pngquant.org/pngquant-windows.zip"
}
}