hugo 0.55.6

This commit is contained in:
Carl Pearson
2019-05-20 13:41:31 -05:00
parent a60c51e9b7
commit 1c05eeb414

View File

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