From 5a18607e2a0ec3ef0c7ca6852beb8ec466a9037a Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Wed, 28 Nov 2018 11:20:39 -0500 Subject: [PATCH] bump hugo version to 0.52 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84b9c0e1..5e100a6a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,8 @@ image: node:alpine variables: - HUGO_VERSION: '0.51' # https://github.com/gohugoio/hugo/releases - HUGO_SHA: '96579d81ea38e7ad5bc0bb675eff2be0d86d28e284cb43aa1893f627d07d4bda' # xxx_Linux-64bit.tar.gz + HUGO_VERSION: '0.52' # https://github.com/gohugoio/hugo/releases + HUGO_SHA: 'b4d1fe91023e3fe7e92953af12e08344d66ab10a46feb9cbcffbab2b0c14ba44' # xxx_Linux-64bit.tar.gz before_script: - apk update && apk add openssl coreutils