From fa26e6b4fac0843e9f50edc47fd854257f20a5dd Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 4 Feb 2020 10:01:51 +0000 Subject: [PATCH] hugo: Update to version 0.64.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index ba7701298c..50eaf972b9 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.63.2", + "version": "0.64.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.63.2/hugo_0.63.2_windows-64bit.zip", - "hash": "ca97625da77710ca2668b894c76399b92afa47e74663850077ebf7f24c51687a" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.64.0/hugo_0.64.0_windows-64bit.zip", + "hash": "063745f5d2c010e1f269bfd04c40848f4607aa4ad9bb050a69b2812249f6da56" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.63.2/hugo_0.63.2_windows-32bit.zip", - "hash": "bcffd3c52feefcbc33ce2def1faf92d2d2760980ecfe9a926ed8d4f7f56477f9" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.64.0/hugo_0.64.0_windows-32bit.zip", + "hash": "bf23afcdcd4a5a4870227668491ffbbc3b9661e217fca8b73fb4b857e41333a5" } }, "bin": "hugo.exe",