From bb5d855619867ba376d48d6537aba1190febb9cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Dec 2021 12:30:52 +0000 Subject: [PATCH] hugo: Update to version 0.91.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 9d9af451df..8cb585672a 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.90.1", + "version": "0.91.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.90.1/hugo_0.90.1_windows-64bit.zip", - "hash": "bf0e8d89bb0011db1588823a713166129841a9a3498236e6cc1dc7f1c25b6176" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.91.0/hugo_0.91.0_windows-64bit.zip", + "hash": "d1eb7698ff785714d5fc44201c3c29d45a5bee7b22d32c971e3977646d66dd12" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.90.1/hugo_0.90.1_windows-32bit.zip", - "hash": "57a3c220fdf3873b6c79d2347dec686c6a7c36be9ae52cf01b653d4e94fc1864" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.91.0/hugo_0.91.0_windows-32bit.zip", + "hash": "31121b2a2f64da7a973b5e0ede6715d68bba6d0f0f48027a141e500f1203b3da" } }, "bin": "hugo.exe",