Skip to content

Commit 5a16254

Browse files
authored
Merge pull request #3640 from cfengine/hugo-version-update-0.161.1
Upgraded Hugo version to 0.161.1
2 parents 07b377f + d75dc8c commit 5a16254

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

0 commit comments

Comments
 (0)