From a59cde9c658f2e5761d0a499cf34718c507c8a6a Mon Sep 17 00:00:00 2001 From: Ty Walls Date: Mon, 28 May 2018 14:07:58 -0400 Subject: [PATCH] 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 --- lib/index.js | 2 +- package-lock.json | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/index.js b/lib/index.js index a148842..f4d55d6 100644 --- a/lib/index.js +++ b/lib/index.js @@ -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', diff --git a/package-lock.json b/package-lock.json index 551ce8f..bd5f929 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hugo-bin", - "version": "0.27.1", + "version": "0.28.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6b764c9..33e3e34 100644 --- a/package.json +++ b/package.json @@ -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 ",