From 0370f1725477e57d377970c81e7c78e3e38b6fcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 20 Feb 2021 12:03:25 +0100 Subject: [PATCH] hugo: Update to version 0.81.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 428d3fdaee..053cd9881f 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.80.0", + "version": "0.81.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.80.0/hugo_0.80.0_windows-64bit.zip", - "hash": "619e55b56e36d42afee3985779541d129b285a4f3183ba569012e6a417c53555" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.81.0/hugo_0.81.0_windows-64bit.zip", + "hash": "8e0e8a820f308711f48e3ab56a42044fa461295e7f245cc4b500af436131988f" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.80.0/hugo_0.80.0_windows-32bit.zip", - "hash": "2004e31b5c20704d6ada07f2b54c033ee3cfe54602d2cc50fb61acd664f89edc" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.81.0/hugo_0.81.0_windows-32bit.zip", + "hash": "28e92910a48b7f34f4cfd42c5780b3f940b1d814a8c00488d1c8c3d5f41416c3" } }, "bin": "hugo.exe",