From 5a52231e02287f6e4895d2e5720df00ceac2a03e Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 19 Sep 2019 16:00:18 +0000 Subject: [PATCH] hugo: Update to version 0.58.3 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index b6a9429af9..2a315b44fe 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.58.2", + "version": "0.58.3", "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.2/hugo_0.58.2_windows-64bit.zip", - "hash": "2bccdbcaebc910b8c589dfc666692dc552e384e563ab0d7bc12b3a976c333e4d" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.58.3/hugo_0.58.3_windows-64bit.zip", + "hash": "9ea59be26579b8e8fb369cd2f5444ce7dfe5a871e499cd81281897b4b1a6df25" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.58.2/hugo_0.58.2_windows-32bit.zip", - "hash": "e6864806d9a68afd6b1d71a2ccf6f540ef18dc56ba59a05a7501da5a60491e90" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.58.3/hugo_0.58.3_windows-32bit.zip", + "hash": "5556a79ba20e49038498c963240414a0c9ad8ad1225ebecfbaa688df18a9c09c" } }, "bin": "hugo.exe",