ScoopInstaller_Main/oxipng.json
2018-10-11 14:00:24 +00:00

22 lines
723 B
JSON

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