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 pkg = require('../package');
const hugoVersion = pkg.hugoVersion; 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 = { const binNameMap = {
darwin: { darwin: {
ia32: 'hugo', ia32: 'hugo',
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "hugo-bin", "name": "hugo-bin",
"version": "0.27.1", "version": "0.28.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "hugo-bin", "name": "hugo-bin",
"version": "0.27.1", "version": "0.28.0",
"hugoVersion": "0.40.3", "hugoVersion": "0.41",
"description": "Binary wrapper for Hugo", "description": "Binary wrapper for Hugo",
"repository": "fenneclab/hugo-bin", "repository": "fenneclab/hugo-bin",
"author": "satoshun00 <shun.sato@fenneclab.com>", "author": "satoshun00 <shun.sato@fenneclab.com>",