From 029413cbfbb50272a8171f9d03251ea4208cf05b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 6 Oct 2020 20:38:32 +0200 Subject: [PATCH] hugo: Update to version 0.76.0 --- bucket/hugo.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index a5a55e5a8e..a3e35d2565 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.75.1", + "version": "0.76.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.75.1/hugo_0.75.1_windows-64bit.zip", - "hash": "bdb12757be5546ea2f88f1f9b93f54fe70c84d2715a4404e0e23d25b7ea4c29c" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.76.0/hugo_0.76.0_windows-64bit.zip", + "hash": "49503dcf48d93e5f9e8574d9bad69b3fad4485d260fd7f0d71a9e7fadbae6fd2" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.75.1/hugo_0.75.1_windows-32bit.zip", - "hash": "c29ad8ace804709c59b10831a9085e7e6cc9965bc4186c7d91422380a220ffcf" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.76.0/hugo_0.76.0_windows-32bit.zip", + "hash": "0bde4dcf0da47e2ad2be2b02f529367da1faf2acf085c4da90140956749e7f06" } }, "bin": "hugo.exe", @@ -27,7 +27,7 @@ } }, "hash": { - "url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_$version_checksums.txt" + "url": "$baseurl/hugo_$version_checksums.txt" } } }