feat(hugo): upgrade Hugo to v0.41.0 (#53) (#54)

* Update Hugo to 0.41 and update release url

* Bump version to 0.28.0
This commit is contained in:
Ty Walls
2018-05-29 03:07:58 +09:00
committed by Shun Sato
parent a280006b95
commit a59cde9c65
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ const BinWrapper = require('bin-wrapper');
const pkg = require('../package');
const hugoVersion = pkg.hugoVersion;
const baseUrl = `https://github.com/spf13/hugo/releases/download/v${hugoVersion}/`;
const baseUrl = `https://github.com/gohugoio/hugo/releases/download/v${hugoVersion}/`;
const binNameMap = {
darwin: {
ia32: 'hugo',