From 3755987a02bf02ce91dc82c1f3ef0ec4cbbfed3a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 12:30:36 +0000 Subject: [PATCH] hugo: Update to version 0.90.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 5bad17c8ad..1fa0fabf01 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.89.4", + "version": "0.90.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.89.4/hugo_0.89.4_windows-64bit.zip", - "hash": "aed50fc354f1d30ddf845812ca34136e4c168edc03be5e9a7d6ec98d79680d31" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.90.0/hugo_0.90.0_windows-64bit.zip", + "hash": "c2d6053054e20fb551e4602ad8ac1596e907cd1b6c9614986705aa6c5fe3ea7e" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.89.4/hugo_0.89.4_windows-32bit.zip", - "hash": "57067a96741f11e5346f1a3e44ac4ada9f6e2d364122db58f0e215ca888beb1e" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.90.0/hugo_0.90.0_windows-32bit.zip", + "hash": "e551b0a23e58e84bfe9af907935aa2a2234c7da7a82849ae17f1e39abea3390a" } }, "bin": "hugo.exe",