2025-12-07 04:31:22 +00:00

24 lines
864 B
JSON

{
"version": "10.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/v10.0.0/oxipng-10.0.0-x86_64-pc-windows-msvc.zip",
"hash": "d80d93c12698f96162fc85f69c333079b964a8ee13437d84fcb72bb4c2c52943",
"extract_dir": "oxipng-10.0.0-x86_64-pc-windows-msvc"
}
},
"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",
"extract_dir": "oxipng-$version-x86_64-pc-windows-msvc"
}
}
}
}