From e01ef5fddce40409b331dc23bc3d177b66fcb433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 1 May 2021 17:35:07 +0200 Subject: [PATCH] hugo: Update to version 0.83.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index f43feb7fe5..a323c4e7da 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.82.1", + "version": "0.83.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.82.1/hugo_0.82.1_windows-64bit.zip", - "hash": "0c2a0d012bb1df76971fa374d045999c745a7caabdc1578e659b2356c08e6124" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.83.0/hugo_0.83.0_windows-64bit.zip", + "hash": "6a51065b8a7dbe0334f9c44241e25eba3bdb231918df915a519bbc2709db8fdb" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.82.1/hugo_0.82.1_windows-32bit.zip", - "hash": "95c77f452f62affaa531f4ae126f3cf88a0414ff50462bee39aac43266ca9735" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.83.0/hugo_0.83.0_windows-32bit.zip", + "hash": "3cb6116cc1754929a1f710b1b8daef1cafde406f0097967b65031056acbbeec3" } }, "bin": "hugo.exe",