mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-05 07:24:26 +00:00
24 lines
860 B
JSON
24 lines
860 B
JSON
{
|
|
"version": "9.1.2",
|
|
"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.1.2/oxipng-9.1.2-x86_64-pc-windows-msvc.zip",
|
|
"hash": "6ea394762cd998aa5ca22ba363f69e7cd6aa3af43b17c70465c83d4153094c8d",
|
|
"extract_dir": "oxipng-9.1.2-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"
|
|
}
|
|
}
|
|
}
|
|
}
|