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