ScoopInstaller_Main/oxipng.json
2018-12-02 06:00:21 +00:00

22 lines
723 B
JSON

{
"homepage": "https://github.com/shssoichiro/oxipng",
"description": "Multi-threaded lossless PNG optimizer",
"license": "MIT",
"version": "2.1.8",
"architecture": {
"64bit": {
"url": "https://github.com/shssoichiro/oxipng/releases/download/v2.1.8/oxipng-v2.1.8-x86_64-pc-windows-msvc.zip",
"hash": "80d691853bb09074046cab8415e4be6a1756ac2ad1b7f27a4904139f8551b4cd"
}
},
"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"
}
}
}
}