diff --git a/bucket/oxipng.json b/bucket/oxipng.json index b71c4ece2f..4af67090be 100644 --- a/bucket/oxipng.json +++ b/bucket/oxipng.json @@ -1,21 +1,13 @@ { - "homepage": "https://github.com/shssoichiro/oxipng", + "version": "3.0.1", "description": "Multi-threaded lossless PNG optimizer", + "homepage": "https://github.com/shssoichiro/oxipng", "license": "MIT", - "version": "3.0.0", - "architecture": { - "64bit": { - "url": "https://github.com/shssoichiro/oxipng/releases/download/v3.0.0/oxipng-v3.0.0-x86_64-pc-windows-msvc.zip", - "hash": "decdc7c6360fd16ec3b6d2b2b39bf60ef80b1a7e2b982e69128982c2614036f9" - } - }, + "url": "https://github.com/shssoichiro/oxipng/releases/download/v3.0.1/oxipng-3.0.1-i686-pc-windows-msvc.zip", + "hash": "0d0453720fc041766b3f56131e825f7ac1782a18287d3214728fc62e32928f23", "bin": "oxipng.exe", "checkver": "github", "autoupdate": { - "architecture": { - "64bit": { - "url": "https://github.com/shssoichiro/oxipng/releases/download/v$version/oxipng-v$version-x86_64-pc-windows-msvc.zip" - } - } + "url": "https://github.com/shssoichiro/oxipng/releases/download/v$version/oxipng-$version-i686-pc-windows-msvc.zip" } }