Skip to content

Commit 4fcb098

Browse files
Merge pull request #3736 from cfengine/hugo-version-update-0.164.0
Upgraded Hugo version to 0.164.0
2 parents 9882086 + 724d7ec commit 4fcb098

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

generator/build/install_hugo.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
wget -nv https://github.com/gohugoio/hugo/releases/download/v0.163.3/hugo_0.163.3_Linux-64bit.tar.gz -O hugo.tar.gz
4-
echo "ec422258f9a4ffc241de8707297e32311cd86fcc9b2813632617ff4d44935d91 hugo.tar.gz" | sha256sum -c
3+
wget -nv https://github.com/gohugoio/hugo/releases/download/v0.164.0/hugo_0.164.0_Linux-64bit.tar.gz -O hugo.tar.gz
4+
echo "d9c8b17285ea4ec004d9f814273ea910f2051ce02c284993fd1f91ba455ae50d hugo.tar.gz" | sha256sum -c
55
if [ $? -eq 1 ]; then
66
exit 2
77
fi

0 commit comments

Comments
 (0)