mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 18:44:47 +00:00
24 lines
864 B
JSON
24 lines
864 B
JSON
{
|
|
"version": "10.1.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.1.0/oxipng-10.1.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "d8067211e443e6b364139bf330aed487cf90b1574e080bce40241bf17d842a67",
|
|
"extract_dir": "oxipng-10.1.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"
|
|
}
|
|
}
|
|
}
|
|
}
|