From 5b18b4fe538943dab894f9f509c04c6cf1ba7a9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 24 Apr 2020 15:47:46 +0200 Subject: [PATCH] hugo: Update to version 0.69.2 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 22f532f8bd..3748bbad2a 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.69.1", + "version": "0.69.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.69.1/hugo_0.69.1_windows-64bit.zip", - "hash": "934925450dd63e6813a6835f952df0e816aa9afc9da137a3c827960ef0ff5539" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.69.2/hugo_0.69.2_windows-64bit.zip", + "hash": "d2335fe3835aa8586184a07b8070eae11457d14cdf87f74948e3ba8161301833" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.69.1/hugo_0.69.1_windows-32bit.zip", - "hash": "5174d2bc6df5b02d65a740758a87ab135c144228ac09101a3e7975c16c95d858" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.69.2/hugo_0.69.2_windows-32bit.zip", + "hash": "b2a7578ed4283c83a3befddd7a9ce96e78fc288ee062aa65a042ec5b70ab3a78" } }, "bin": "hugo.exe",