From 22408b5e799272083c714b6a5f138c17de9320eb Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 13 Sep 2019 09:00:19 +0000 Subject: [PATCH] hugo: Update to version 0.58.2 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 0e3d7baaa9..b6a9429af9 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.58.1", + "version": "0.58.2", "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.58.1/hugo_0.58.1_windows-64bit.zip", - "hash": "3a9a033b41a84b9b74ad71f11cb6aed00a8ddeadc1c3dd3d3d318f538ef7bd99" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.58.2/hugo_0.58.2_windows-64bit.zip", + "hash": "2bccdbcaebc910b8c589dfc666692dc552e384e563ab0d7bc12b3a976c333e4d" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.58.1/hugo_0.58.1_windows-32bit.zip", - "hash": "f4c61caa8c54974b65205b28a9aacd7ab9ac36f545ac599fc5e25119827dc85c" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.58.2/hugo_0.58.2_windows-32bit.zip", + "hash": "e6864806d9a68afd6b1d71a2ccf6f540ef18dc56ba59a05a7501da5a60491e90" } }, "bin": "hugo.exe",