From fc05459b312b230a08b7b7d982c624c2ed32ddc9 Mon Sep 17 00:00:00 2001 From: Ash258 Date: Fri, 10 Apr 2020 19:30:30 +0200 Subject: [PATCH] hugo-extended: Update to version 0.69.0 --- bucket/hugo-extended.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/hugo-extended.json b/bucket/hugo-extended.json index b4390e3ae5..2a80cd363c 100644 --- a/bucket/hugo-extended.json +++ b/bucket/hugo-extended.json @@ -1,12 +1,12 @@ { - "version": "0.68.3", + "version": "0.69.0", "homepage": "https://gohugo.io", "description": "Speedy and flexible static site generator. (with Sass/SCSS support)", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.68.3/hugo_extended_0.68.3_windows-64bit.zip", - "hash": "85faafc9936478c149890e1529e0fb46bf9e6518899dcb141d104c5575f50b08" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.69.0/hugo_extended_0.69.0_windows-64bit.zip", + "hash": "bdd196718705c9641a0cc5552e0d1ab36e783e73b64ad557a64f1b8f587a4e54" } }, "bin": "hugo.exe", @@ -20,7 +20,7 @@ } }, "hash": { - "url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_extended_$version_checksums.txt" + "url": "$baseurl/hugo_$version_checksums.txt" } } }