1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-07-03 13:26:38 -04:00

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-28 14:07:58 -04:00
committed by Shun Sato
parent a280006b95
commit a59cde9c65
3 changed files with 4 additions and 4 deletions

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',