From 394812bde2594f4d66dc6db1ecb5b78117ba6ad9 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 22 Aug 2018 14:32:10 +0200 Subject: [PATCH] Add Guetzli version 1.0.1 (#2518) Add Guetzli version 1.0.1 --- guetzli.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 guetzli.json diff --git a/guetzli.json b/guetzli.json new file mode 100644 index 0000000000..86517cc655 --- /dev/null +++ b/guetzli.json @@ -0,0 +1,41 @@ +{ + "homepage": "https://github.com/google/guetzli", + "description": "Perceptual JPEG encoder", + "version": "1.0.1", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/google/guetzli/releases/download/v1.0.1/guetzli_windows_x86-64.exe", + "hash": "bbac41d606c96cc57a94c802e581591647d6e1cfc83a97522509edbd392faeca", + "bin": [ + [ + "guetzli_windows_x86-64.exe", + "guetzli" + ] + ] + }, + "32bit": { + "url": "https://github.com/google/guetzli/releases/download/v1.0.1/guetzli_windows_x86.exe", + "hash": "7fb69c00a99a9c0fd7e47f4d263b74c68a7e63405fc27784d955895e8b7f2061", + "bin": [ + [ + "guetzli_windows_x86.exe", + "guetzli" + ] + ] + } + }, + "checkver": { + "github": "https://github.com/google/guetzli" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/google/guetzli/releases/download/$version/guetzli_windows_x86-64.exe" + }, + "32bit": { + "url": "https://github.com/google/guetzli/releases/download/$version/guetzli_windows_x86.exe" + } + } + } +}