From d1370d779f17436ab8235a62dff275e6ce64edef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Mar 2022 12:29:46 +0000 Subject: [PATCH] hugo: Update to version 0.96.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 4a8c9ec88b..c04a27c2ca 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.95.0", + "version": "0.96.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.95.0/hugo_0.95.0_windows-64bit.zip", - "hash": "86f50fa8ae157b6f09f53c34f359c3a9a200d93c4f955f8ccb142efb2075dc5a" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.96.0/hugo_0.96.0_windows-64bit.zip", + "hash": "3f609596256f7680ffb6b4e77f91cee7c16202e624b958a17e57086b2677811c" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.95.0/hugo_0.95.0_windows-32bit.zip", - "hash": "4e02edc5e798c41edea55284a25ce9fa320c0166628c2b32e63a68cacc4868d8" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.96.0/hugo_0.96.0_windows-32bit.zip", + "hash": "0a3849d4b9399c1615d7be036a4bdce3ac56207e03cdd2f841b44e3088a5d3e0" } }, "bin": "hugo.exe",