From 1851cea3295802d0c4aa284358cb6c13ab02d291 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 15 Mar 2020 20:01:53 +0000 Subject: [PATCH] hugo: Update to version 0.67.1 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 877e88cb32..e20f399cd8 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.67.0", + "version": "0.67.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.67.0/hugo_0.67.0_windows-64bit.zip", - "hash": "b43bd173993b07b06aba2f76592fe5e8b3b3147385526ea838d1a380738e9e94" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.67.1/hugo_0.67.1_windows-64bit.zip", + "hash": "26691df0ec2c09bbe125b77969dd1e3da93b08c1b11b12b192cb38a47e0d8171" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.67.0/hugo_0.67.0_windows-32bit.zip", - "hash": "9f35b24798690a9d3d56a31e8a1424e5d7b053b9b955eed03fabd59da4bb1ee7" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.67.1/hugo_0.67.1_windows-32bit.zip", + "hash": "cd7a54ac34307119f3dd8f859d8163063c4594fb1b3ec41cef5d78fb804f708b" } }, "bin": "hugo.exe",