Skip to content

Commit 5032db5

Browse files
authored
Merge pull request #3614 from cfengine/hugo-version-update-0.160.0
Upgraded Hugo version to 0.160.0
2 parents c0f0ade + ae0c51a commit 5032db5

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

0 commit comments

Comments
 (0)