From 95fc2a77fac3550c2206f42cde37e5a58594f145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 11 Apr 2021 09:44:58 +0200 Subject: [PATCH] oxipng: Update to version 4.0.3 --- bucket/oxipng.json | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/bucket/oxipng.json b/bucket/oxipng.json index 0f876f3d7d..76edda0748 100644 --- a/bucket/oxipng.json +++ b/bucket/oxipng.json @@ -1,16 +1,12 @@ { - "version": "4.0.0", + "version": "4.0.3", "description": "Multi-threaded lossless PNG optimizer", "homepage": "https://github.com/shssoichiro/oxipng", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/shssoichiro/oxipng/releases/download/v4.0.0/oxipng-4.0.0-x86_64-pc-windows-msvc.zip", - "hash": "d8de7b5513ccfd2a814758b6c9031b15fac7a5c4347e7f6c77f8f28a6bc404b2" - }, - "32bit": { - "url": "https://github.com/shssoichiro/oxipng/releases/download/v4.0.0/oxipng-4.0.0-i686-pc-windows-msvc.zip", - "hash": "b789c2a1a3b818d097a757c86d88916b58fd179717e69b0b23b5082f0b5e45c5" + "url": "https://github.com/shssoichiro/oxipng/releases/download/v4.0.3/oxipng-4.0.3-x86_64-pc-windows-msvc.zip", + "hash": "71ddc0410442534fd7fb64aee34807c9712d7c04c776bcbfee966df2d04e6454" } }, "bin": "oxipng.exe", @@ -19,9 +15,6 @@ "architecture": { "64bit": { "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" } } }