From 6d767b9919b3bf74a86aebf5ebf0031420f26cae Mon Sep 17 00:00:00 2001 From: Derek Laventure Date: Fri, 11 Mar 2022 16:21:30 -0400 Subject: [PATCH] res #104: update default Hugo release from 0.74.3 -> 0.94.1 to correspond with GitLab Pages latest. --- mk/tools/go/hugo.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/tools/go/hugo.mk b/mk/tools/go/hugo.mk index 4d3d971..a6476dc 100644 --- a/mk/tools/go/hugo.mk +++ b/mk/tools/go/hugo.mk @@ -3,7 +3,7 @@ local_OS ?= $(shell uname) hugo_NAME ?= Hugo -hugo_RELEASE ?= 0.74.3 +hugo_RELEASE ?= 0.94.1 ifeq ($(local_OS),Darwin) hugo_OS ?= macOS