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