ScoopInstaller_Main/bucket/pngquant.json
github-actions[bot] 8e74c815ca
pngquant@2.17.0: Fix hash (#3072)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-12-10 12:06:34 +05:30

18 lines
596 B
JSON

{
"version": "2.17.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"
}
}