1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-04-26 16:58:26 -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',

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "hugo-bin",
"version": "0.27.1",
"version": "0.28.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "hugo-bin",
"version": "0.27.1",
"hugoVersion": "0.40.3",
"version": "0.28.0",
"hugoVersion": "0.41",
"description": "Binary wrapper for Hugo",
"repository": "fenneclab/hugo-bin",
"author": "satoshun00 <shun.sato@fenneclab.com>",