From 5afe227b908fdc1cf63a3e48ff74dfeae702dcaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 30 Oct 2020 13:24:09 +0100 Subject: [PATCH] hugo: Update to version 0.77.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index eb3f447c73..c74a5de7ee 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.76.5", + "version": "0.77.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.76.5/hugo_0.76.5_windows-64bit.zip", - "hash": "8bcdfd2c270eb034054d9c3f69bb0febea14e93f3ac1bb11fe9a94e6142a72c0" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.77.0/hugo_0.77.0_windows-64bit.zip", + "hash": "01193c5e7c49a4aada0adaa365661bdfcaffcdc50c5e3a7022a86071826d0b30" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.76.5/hugo_0.76.5_windows-32bit.zip", - "hash": "2091e584b1bd9e3240b59864c215d50066bca7872fec443435c4b3714592a90c" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.77.0/hugo_0.77.0_windows-32bit.zip", + "hash": "17b11f1e3f79a1c350d4702c3afec1badbc92769cd2de344cfe4ab6c6c8e9967" } }, "bin": "hugo.exe",