From 8b1f8fcd19ab00dd11a8186b94ea49818f4b9da2 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 22 Mar 2020 11:01:49 +0000 Subject: [PATCH] hugo: Update to version 0.68.1 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 965a144c81..7656a8a67a 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.68.0", + "version": "0.68.1", "homepage": "https://gohugo.io", "description": "Speedy and flexible static site generator (without Sass/SCSS support)", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.68.0/hugo_0.68.0_windows-64bit.zip", - "hash": "50a060f59a3ae13d856493d2a215706a26162f32726b24572d54c06bee0f81af" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.68.1/hugo_0.68.1_windows-64bit.zip", + "hash": "bbb409abcb3dbb17eb0d5f2a8d92648613e770880e680470a61158fa04efbc3f" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.68.0/hugo_0.68.0_windows-32bit.zip", - "hash": "1eb679e4b432ef60100bbd0c144557978a50a7107d5f9bf13321cb7f82952704" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.68.1/hugo_0.68.1_windows-32bit.zip", + "hash": "aff0def2be4179bb000fd1424d279234f7d1f375943b2c7cc16900b0a18d41f8" } }, "bin": "hugo.exe",