Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hugo downloads of versions >= 103 nog working #444

Closed
mipmip opened this issue Jun 1, 2023 · 2 comments
Closed

Hugo downloads of versions >= 103 nog working #444

mipmip opened this issue Jun 1, 2023 · 2 comments
Labels
bug Something isn't working confirm: has been fixed

Comments

@mipmip
Copy link
Member

mipmip commented Jun 1, 2023

The url scheme has changed

@mipmip mipmip added the bug Something isn't working label Jun 1, 2023
@mipmip
Copy link
Member Author

mipmip commented Jun 1, 2023

Relates to #443

@mipmip mipmip changed the title Hugo downloads of recent versions nog working Hugo downloads of versions >= 103 nog working Jun 1, 2023
@mipmip
Copy link
Member Author

mipmip commented Jun 1, 2023

/*

From the Hugo GitHub release page:

"We have standardised the archive names for the release archives (as you can see
further below). Hugo has since the first version used a rather odd and
non-standard mixed case naming of the archive files (e.g.
hugo_0.102.3_OpenBSD-64bit.tar.gz). We now use the standard GOOS/GOARCH values
as-is, which makes it easier for people to script against. To avoid breakage
when running on Netlify and similar, we create aliases for the most commonly
downloaded Linux-archives on the old format and will continue to do so in the
foreseeable future."

"v0.103.0": [
"https://github.com/gohugoio/hugo/releases/download/v0.103.0/hugo_0.103.0_Linux-64bit.tar.gz",
"https://github.com/gohugoio/hugo/releases/download/v0.103.0/hugo_0.103.0_linux-amd64.tar.gz",
"https://github.com/gohugoio/hugo/releases/download/v0.103.0/hugo_0.103.0_windows-amd64.zip",
"https://github.com/gohugoio/hugo/releases/download/v0.103.0/hugo_extended_0.103.0_darwin-universal.tar.gz",
"https://github.com/gohugoio/hugo/releases/download/v0.103.0/hugo_extended_0.103.0_Linux-64bit.tar.gz",
"https://github.com/gohugoio/hugo/releases/download/v0.103.0/hugo_extended_0.103.0_linux-amd64.tar.gz",
"https://github.com/gohugoio/hugo/releases/download/v0.103.0/hugo_extended_0.103.0_windows-amd64.zip"
],
"v0.102.3": [
"https://github.com/gohugoio/hugo/releases/download/v0.102.3/hugo_0.102.3_Linux-64bit.tar.gz",
"https://github.com/gohugoio/hugo/releases/download/v0.102.3/hugo_0.102.3_macOS-universal.tar.gz",
"https://github.com/gohugoio/hugo/releases/download/v0.102.3/hugo_0.102.3_Windows-64bit.zip",
"https://github.com/gohugoio/hugo/releases/download/v0.102.3/hugo_extended_0.102.3_Linux-64bit.tar.gz",
"https://github.com/gohugoio/hugo/releases/download/v0.102.3/hugo_extended_0.102.3_macOS-universal.tar.gz",
"https://github.com/gohugoio/hugo/releases/download/v0.102.3/hugo_extended_0.102.3_Windows-64bit.zip"
]
*/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working confirm: has been fixed
Projects
None yet
Development

No branches or pull requests

1 participant