From 760bb64e42e8e46f5f12c1cbd1bb6653ad58b6f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 2 Sep 2021 05:10:16 -0700 Subject: [PATCH] hugo: Update to version 0.88.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 3d682d9fbe..8baca8cc97 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.87.0", + "version": "0.88.0", "description": "Speedy and flexible static site generator (without Sass/SCSS support)", "homepage": "https://gohugo.io", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.87.0/hugo_0.87.0_windows-64bit.zip", - "hash": "1e6593c21ee491b4cdcaae4721b09d5bf82e257a3da9d562ff68e82a35633264" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.88.0/hugo_0.88.0_windows-64bit.zip", + "hash": "8af87b6fc6b6389840d061bf81903be16977f2972027365be61344229538c96d" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.87.0/hugo_0.87.0_windows-32bit.zip", - "hash": "ac85e357e090b86e2874ab2995f421d018932dfe0acffe1377084fd658c50491" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.88.0/hugo_0.88.0_windows-32bit.zip", + "hash": "e0c5aafe1697eed3b69be9f75f2c94a9e941b78be93bb91fe8591cdf2295cbea" } }, "bin": "hugo.exe",