2022-12-08 01:57:43 +00:00

22 lines
721 B
JSON

{
"version": "7.0.0",
"description": "Multi-threaded lossless PNG optimizer",
"homepage": "https://github.com/shssoichiro/oxipng",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/shssoichiro/oxipng/releases/download/v7.0.0/oxipng-7.0.0-x86_64-pc-windows-msvc.zip",
"hash": "26ae2c42de91d22ed65021a3c11ce4a3db4b7e8285dea1f32473e3cd95921962"
}
},
"bin": "oxipng.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/shssoichiro/oxipng/releases/download/v$version/oxipng-$version-x86_64-pc-windows-msvc.zip"
}
}
}
}