2023-10-11 14:52:16 +05:30

24 lines
860 B
JSON

{
"version": "9.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/v9.0.0/oxipng-9.0.0-x86_64-pc-windows-msvc.zip",
"hash": "b6b3ab550424fe53f1618eeb7da2a453d368b5f5400ce8a5f323d6ef7820e861",
"extract_dir": "oxipng-9.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"
}
}
}
}