From 8bbc2a3d45001a9b760f866cfb6b6d9bd2233e63 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 23 Feb 2020 11:01:49 +0000 Subject: [PATCH] hugo: Update to version 0.65.3 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index a3ab92f50c..85e3a1ea48 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.65.2", + "version": "0.65.3", "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.65.2/hugo_0.65.2_windows-64bit.zip", - "hash": "73e90372e581b51dccddfba49161bc8ad7af3f9156f3d18269e89ad6e4b2ae71" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.65.3/hugo_0.65.3_windows-64bit.zip", + "hash": "256f6d9cccc87baf2588899d87862d0057fc5b2a181a26055b84565fe7ffe5b5" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.65.2/hugo_0.65.2_windows-32bit.zip", - "hash": "95586e8c14f43568eaf7610919d0cb47078695832722bf4dfffa7d79565b87a2" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.65.3/hugo_0.65.3_windows-32bit.zip", + "hash": "e8bcaf1c27179641a86369dbd8ec23cd3ea790efcd3a054c709e30c4add80735" } }, "bin": "hugo.exe",