From 3aa343e02c910ae0a4513728b135220c986421ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 23 Jun 2020 20:44:48 +0200 Subject: [PATCH] hugo: Update to version 0.73.0 --- bucket/hugo.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 8810d7cbe9..068bf85bcf 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.72.0", - "homepage": "https://gohugo.io", + "version": "0.73.0", "description": "Speedy and flexible static site generator (without Sass/SCSS support)", + "homepage": "https://gohugo.io", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.72.0/hugo_0.72.0_windows-64bit.zip", - "hash": "38e557f084f6b6d42cfa814a72f2b3623d65a63ad487d22deaacf07e1747c644" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.73.0/hugo_0.73.0_windows-64bit.zip", + "hash": "0b42417310e3528fb775b95730dfac5c73014f11fd64c5c870f450a798692e5f" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.72.0/hugo_0.72.0_windows-32bit.zip", - "hash": "f4a26022c1287139dfdb07ef27837bd8b4b59e4d6449bf31b9b12ee382e5a5e3" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.73.0/hugo_0.73.0_windows-32bit.zip", + "hash": "454f8aff4c03c75326d6c4a292a2e9d2b53fadd9480b24eef02851ff5b32e31d" } }, "bin": "hugo.exe",