From ad1235633de812b5bddc4d874a602d764895ba2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 7 Oct 2020 12:09:03 +0200 Subject: [PATCH] hugo: Update to version 0.76.2 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 68037511c1..546f5bec9f 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.76.1", + "version": "0.76.2", "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.1/hugo_0.76.1_windows-64bit.zip", - "hash": "70b4fb9fb06fdffa6921841552c1f73cc3b804912a874a21dcc754a88c0d56f1" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.76.2/hugo_0.76.2_windows-64bit.zip", + "hash": "9e316f78542cc0f4e363008ec049912e4d94d09ee2d36704edf9b75943f05e6c" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.76.1/hugo_0.76.1_windows-32bit.zip", - "hash": "172156721aa5e2327acdc796cd92fbd2f83cf065fd42ee465dbbe1e5e9d3608a" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.76.2/hugo_0.76.2_windows-32bit.zip", + "hash": "4c30bd9118ca8171f4b7bd70f2b9ec259af7be64d0cebe9399acfb41b714cb36" } }, "bin": "hugo.exe",