Skip to content

Commit c0f0ade

Browse files
authored
Merge pull request #3613 from cfengine/hugo-version-update-0.159.1
Upgraded Hugo version to 0.159.1
2 parents d48dea9 + 27bea44 commit c0f0ade

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.157.0/hugo_0.157.0_Linux-64bit.tar.gz -O hugo.tar.gz
4-
echo "78e0a49ec4fb32bfac70a06028297f79b3273fb7e2475eb7ffa1bc208f4c2552 hugo.tar.gz" | sha256sum -c
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
55
if [ $? -eq 1 ]; then
66
exit 2
77
fi

0 commit comments

Comments
 (0)