From 7d6a7705b133508a84e56df52a68a5b09c2d5cad Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 27 Jan 2020 14:01:48 +0000 Subject: [PATCH] hugo: Update to version 0.63.2 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 9e7db08771..ba7701298c 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.63.1", + "version": "0.63.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.63.1/hugo_0.63.1_windows-64bit.zip", - "hash": "346a73ff69cfbce6654ca03ee93b27c1aa925793684b5000e4fd6b2cfc057d21" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.63.2/hugo_0.63.2_windows-64bit.zip", + "hash": "ca97625da77710ca2668b894c76399b92afa47e74663850077ebf7f24c51687a" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.63.1/hugo_0.63.1_windows-32bit.zip", - "hash": "70723d6943f98df3abdbbbf1c7c5c836b6a82c770984202765bdba711bc326f2" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.63.2/hugo_0.63.2_windows-32bit.zip", + "hash": "bcffd3c52feefcbc33ce2def1faf92d2d2760980ecfe9a926ed8d4f7f56477f9" } }, "bin": "hugo.exe",