From 43c44386921ce1f2b78cb18ab16afa167ff2b5c2 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 23 Jan 2020 13:01:49 +0000 Subject: [PATCH] hugo: Update to version 0.63.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 57669871f8..1f55f87c1b 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.62.2", + "version": "0.63.0", "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.62.2/hugo_0.62.2_windows-64bit.zip", - "hash": "32928214f87629e22f4d1ddc35f8671511b1c36c4d5aa91b5a08e95b474c34e9" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.63.0/hugo_0.63.0_windows-64bit.zip", + "hash": "d7e8bf60ccde151281ebfbf29d179b48afed48fb95fd88c3439ec5b6646307da" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.62.2/hugo_0.62.2_windows-32bit.zip", - "hash": "1121fc167aa5f293757b18c3de9d670195a467b9d133857fe7939ba6c6e9227a" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.63.0/hugo_0.63.0_windows-32bit.zip", + "hash": "af8cc5b791651ace7981dd0ff7df9902589bd87ec8143590392ca03e7805c63d" } }, "bin": "hugo.exe",