From 2113c0c47be0b1ab4d53455e09871ca72447f025 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 Dec 2022 08:27:47 +0000 Subject: [PATCH] guetzli: Update to version 1.0 --- bucket/guetzli.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/guetzli.json b/bucket/guetzli.json index 9384703eb2..b60fab5fbd 100644 --- a/bucket/guetzli.json +++ b/bucket/guetzli.json @@ -1,16 +1,16 @@ { - "version": "1.0.1", + "version": "1.0", "description": "Perceptual JPEG encoder", "homepage": "https://github.com/google/guetzli", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/google/guetzli/releases/download/v1.0.1/guetzli_windows_x86-64.exe#/guetzli.exe", - "hash": "bbac41d606c96cc57a94c802e581591647d6e1cfc83a97522509edbd392faeca" + "url": "https://github.com/google/guetzli/releases/download/v1.0/guetzli_windows_x86-64.exe#/guetzli.exe", + "hash": "319a8e093cb71a6fb23af801f2dab7e1e1c2cec36f2874dd6d8d3e564c7d3768" }, "32bit": { - "url": "https://github.com/google/guetzli/releases/download/v1.0.1/guetzli_windows_x86.exe#/guetzli.exe", - "hash": "7fb69c00a99a9c0fd7e47f4d263b74c68a7e63405fc27784d955895e8b7f2061" + "url": "https://github.com/google/guetzli/releases/download/v1.0/guetzli_windows_x86.exe#/guetzli.exe", + "hash": "cd68694c943080f4e84db989f799736733761b21930fa5330680bcee758e1600" } }, "bin": "guetzli.exe",