From 508bda3783dfe9ad56cd8f2a9790e287e4a5d92d Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 11 Sep 2018 20:35:37 +0200 Subject: [PATCH] Add oxipng version 2.1.2 (#2582) --- oxipng.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 oxipng.json diff --git a/oxipng.json b/oxipng.json new file mode 100644 index 0000000000..796bb7a27c --- /dev/null +++ b/oxipng.json @@ -0,0 +1,21 @@ +{ + "homepage": "https://github.com/shssoichiro/oxipng", + "description": "Multi-threaded lossless PNG optimizer", + "license": "MIT", + "version": "2.1.2", + "architecture": { + "64bit": { + "url": "https://github.com/shssoichiro/oxipng/releases/download/v2.1.2/oxipng-v2.1.2-x86_64-pc-windows-msvc.zip", + "hash": "2e28932008cd891060361c11eb948d0c9431468b65772802f5e377dd53d9ecea" + } + }, + "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" + } + } + } +}