oxipng: Update to version 4.0.3

This commit is contained in:
Jakub Čábera 2021-04-11 09:44:58 +02:00
parent bf4e0b29e8
commit 95fc2a77fa

View File

@ -1,16 +1,12 @@
{ {
"version": "4.0.0", "version": "4.0.3",
"description": "Multi-threaded lossless PNG optimizer", "description": "Multi-threaded lossless PNG optimizer",
"homepage": "https://github.com/shssoichiro/oxipng", "homepage": "https://github.com/shssoichiro/oxipng",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/shssoichiro/oxipng/releases/download/v4.0.0/oxipng-4.0.0-x86_64-pc-windows-msvc.zip", "url": "https://github.com/shssoichiro/oxipng/releases/download/v4.0.3/oxipng-4.0.3-x86_64-pc-windows-msvc.zip",
"hash": "d8de7b5513ccfd2a814758b6c9031b15fac7a5c4347e7f6c77f8f28a6bc404b2" "hash": "71ddc0410442534fd7fb64aee34807c9712d7c04c776bcbfee966df2d04e6454"
},
"32bit": {
"url": "https://github.com/shssoichiro/oxipng/releases/download/v4.0.0/oxipng-4.0.0-i686-pc-windows-msvc.zip",
"hash": "b789c2a1a3b818d097a757c86d88916b58fd179717e69b0b23b5082f0b5e45c5"
} }
}, },
"bin": "oxipng.exe", "bin": "oxipng.exe",
@ -19,9 +15,6 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/shssoichiro/oxipng/releases/download/v$version/oxipng-$version-x86_64-pc-windows-msvc.zip" "url": "https://github.com/shssoichiro/oxipng/releases/download/v$version/oxipng-$version-x86_64-pc-windows-msvc.zip"
},
"32bit": {
"url": "https://github.com/shssoichiro/oxipng/releases/download/v$version/oxipng-$version-i686-pc-windows-msvc.zip"
} }
} }
} }