From 7fca50cabeacfad55f51210f742f9119e23d5692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 14 Sep 2020 15:26:42 +0200 Subject: [PATCH] hugo: Update to version 0.75.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 6e3e70b74f..37e6350686 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.74.3", + "version": "0.75.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.74.3/hugo_0.74.3_windows-64bit.zip", - "hash": "dc63493ffea9c65c10222678a8472192e8dbc64dc6b50f2513059a946e73706c" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.75.0/hugo_0.75.0_windows-64bit.zip", + "hash": "6412fa86dd7e9f83204ddd17c305c7c16662231ee616657054c67e417a646303" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.74.3/hugo_0.74.3_windows-32bit.zip", - "hash": "f6dd1b6a5eb422db3cd6d12f63c02d3d15f0eb0924d7681875be53d7a488438b" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.75.0/hugo_0.75.0_windows-32bit.zip", + "hash": "5558e3f6ef90028339c1bf0b48d0710d0a4c11b637a91d260de624db0f5726e9" } }, "bin": "hugo.exe",