From 143353d9c8b03ecab2f5ef7818f72a526c922654 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 24 Jun 2017 21:55:16 +0100 Subject: [PATCH] Update Hugo --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 7396df3..383be53 100644 --- a/circle.yml +++ b/circle.yml @@ -6,7 +6,7 @@ machine: dependencies: pre: - - wget https://github.com/spf13/hugo/releases/download/v0.22/hugo_0.22_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb + - wget https://github.com/gohugoio/hugo/releases/download/v0.24.1/hugo_0.24.1_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb test: override: