hugo 0.57.2

This commit is contained in:
Carl Pearson
2019-08-22 17:09:00 -05:00
parent 2de74ec80c
commit efb1140dd5
2 changed files with 2 additions and 2 deletions

View File

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

View File

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