mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-03 14:01:38 +00:00
22 lines
721 B
JSON
22 lines
721 B
JSON
{
|
|
"version": "5.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/v5.0.0/oxipng-5.0.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "1d42558ea33da24f997e1b51e69ba6cff0613d8d361c5b18047e4761e40b01f4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|