From 0945119371f86c1c7380b3a191b5e84eb248ed19 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 31 Jan 2018 11:00:27 +0000 Subject: [PATCH] Update hugo to version 0.35 --- hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hugo.json b/hugo.json index 4f136177b7..aae85e2375 100644 --- a/hugo.json +++ b/hugo.json @@ -1,14 +1,14 @@ { - "version": "0.34", + "version": "0.35", "license": "https://github.com/spf13/hugo/blob/master/LICENSE.md", "architecture": { "64bit": { - "url": "https://github.com/spf13/hugo/releases/download/v0.34/hugo_0.34_windows-64bit.zip", - "hash": "a2576958b5ca021a712a78a8ada61033dd1809c7cc630ff5e992e6aed4b9a58b" + "url": "https://github.com/spf13/hugo/releases/download/v0.35/hugo_0.35_windows-64bit.zip", + "hash": "f12ba5b49a5da5980509c566a28314799d41b03a1f83af14b6fb4d21234fbc9b" }, "32bit": { - "url": "https://github.com/spf13/hugo/releases/download/v0.34/hugo_0.34_windows-32bit.zip", - "hash": "8cf70c18417379994e7a38f896fa4cbc494bfa9c1f6058f6d839605cf3ab098c" + "url": "https://github.com/spf13/hugo/releases/download/v0.35/hugo_0.35_windows-32bit.zip", + "hash": "daf16728d568aac83f74babf4394be7053e1413b4014224541efb15e291e1f53" } }, "bin": "hugo.exe",