Skip to content

Commit ac05346

Browse files
authored
Merge pull request #3564 from cfengine/hugo-version-update-0.154.4
Upgraded Hugo version to 0.154.4
2 parents 07f645c + 5c1966d commit ac05346

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

0 commit comments

Comments
 (0)