Skip to content

Commit 766f9ec

Browse files
authored
Merge pull request #3532 from cfengine/hugo-version-update-0.152.2
Upgraded Hugo version to 0.152.2
2 parents 013a21e + c033cd1 commit 766f9ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 https://github.com/gohugoio/hugo/releases/download/v0.151.2/hugo_0.151.2_Linux-64bit.tar.gz -O hugo.tar.gz
4-
echo "834c65d0cc27b5f1da54031e6827642b874ad7d33b72e20fd4c64749e213d593 hugo.tar.gz" | sha256sum -c
3+
wget https://github.com/gohugoio/hugo/releases/download/v0.152.2/hugo_0.152.2_Linux-64bit.tar.gz -O hugo.tar.gz
4+
echo "52b6eda6c00f4449d96f0cbfd7300e834c26179c4fe68e0510ef566db52dba04 hugo.tar.gz" | sha256sum -c
55
if [ $? -eq 1 ]; then
66
exit 2
77
fi

0 commit comments

Comments
 (0)