ScoopInstaller_Main/bucket/pngquant.json
2021-09-10 09:47:30 -07:00

15 lines
510 B
JSON

{
"version": "2.15.1",
"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": "ec6aaa7841e142f12140c139187922f9f216c2397eebc7b14459cab6591e6dfc",
"extract_dir": "pngquant",
"bin": "pngquant.exe",
"checkver": {
"url": "https://pngquant.org/releases.html",
"regex": "pngquant-([\\d.]+)-src\\.tar\\.gz"
}
}