Hugo 0.58.3

This commit is contained in:
Carl Pearson
2019-10-01 17:37:17 -05:00
parent a174173da0
commit b4e57014cc
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
dist: xenial
install:
- wget -q https://github.com/gohugoio/hugo/releases/download/v0.57.2/hugo_extended_0.57.2_Linux-64bit.tar.gz -O hugo.tar.gz
- wget -q https://github.com/gohugoio/hugo/releases/download/v0.58.3/hugo_extended_0.58.3_Linux-64bit.tar.gz -O hugo.tar.gz
- tar -xvf hugo.tar.gz
- mkdir -vp ~/bin
- mv -v hugo ~/bin/hugo

View File

@@ -10,4 +10,4 @@ or if you clone without recursive, then
git submodule update --init
Install [Hugo-extended 0.57.2](https://github.com/gohugoio/hugo/releases/tag/v0.57.2)
Install [Hugo-extended 0.58.3](https://github.com/gohugoio/hugo/releases/tag/v0.58.3)