From 5f563d455a51f790ae6081d1df0ed51a268aeecd Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 31 Oct 2019 16:00:22 +0000 Subject: [PATCH] hugo: Update to version 0.59.1 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 56329b5bf1..f1818ed94e 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.59.0", + "version": "0.59.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.59.0/hugo_0.59.0_windows-64bit.zip", - "hash": "0494f925bcee8553674844bac6a2f69e3f4774b9e7a5c6261741a0c9eabffff3" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.59.1/hugo_0.59.1_windows-64bit.zip", + "hash": "faa8ddeba97c09593ab245fd4ebe3e4968b7d6e7d8459517e2ce1049c93ae50d" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.59.0/hugo_0.59.0_windows-32bit.zip", - "hash": "16f1e0ca70ea7602aee504e792d1b8f3fb0a42c1517552704576fddd1d279a40" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.59.1/hugo_0.59.1_windows-32bit.zip", + "hash": "f1f5533fc9e8f7ab1992c483e24521cbeb80c8a879cc6ca1164e08a1d204000a" } }, "bin": "hugo.exe",