You've already forked hugo-extended
mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-07-03 13:26:38 -04:00
* Update Hugo to 0.41 and update release url * Bump version to 0.28.0
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user