dominique-mueller / hugo-installer

Installs hugo into your repository.
https://www.npmjs.com/package/hugo-installer
MIT License
21 stars 4 forks source link

Wrong url binary #50

Closed xinro closed 1 year ago

xinro commented 1 year ago

Hi...

Thanks for this project in advance. It seems like hugo changed the filename for windows 64, So the download link became an error. Can you update it?

once again, I thank you very much.

dominique-mueller commented 1 year ago

I can confirm, asset names have been changed with the latest version 0.103.0. I'll take a look over the next couple of days, thanks for reporting!

kevinjcharles commented 1 year ago

The shame issue appears to impact the newly introduced macOS universal binaries.

Hugo Releases https://github.com/gohugoio/hugo/releases/download/v0.103.1/hugo_0.103.1_darwin-universal.tar.gz

Hugo Installer Output https://github.com/gohugoio/hugo/releases/download/v0.103.1/hugo_extended_0.103.1_macOS-universal.tar.gz

Thanks in advance.

dominique-mueller commented 1 year ago

Oh man, just fixed those a few days ago :D I guess I will take a look at all binaries, thanks for the hint!

kevinjcharles commented 1 year ago

Oh man, just fixed those a few days ago :D I guess I will take a look at all binaries, thanks for the hint!

Thanks again. It looks like the change occurred with version v0.103.0. The naming convention went from hugo_extended_0.102.3_macOS-universal.tar.gz to hugo_extended_0.103.0_darwin-universal.tar.gz.

dominique-mueller commented 1 year ago

Binary names have been fixed with release 4.0.1 Enjoy! :tada: