-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
support: Hugo version v0.102.0+ on macos support #605
Labels
enhancement
New feature or request
Comments
👀 |
peaceiris
changed the title
support: Hugo version v0.102.0+ support
support: Hugo version v0.102.0+ on macos support
Sep 2, 2022
The Hugo macOS release asset has been renamed in v0.102.0 - https://github.com/gohugoio/hugo/releases/download/v0.101.0/hugo_extended_0.101.0_macOS-64bit.tar.gz
+ https://github.com/gohugoio/hugo/releases/download/v0.102.0/hugo_extended_0.102.0_macOS-universal.tar.gz I will work on this. |
peaceiris
added
enhancement
New feature or request
and removed
support
User support
labels
Sep 2, 2022
babar-raza
added a commit
to Aspose/products.aspose.com-workflows
that referenced
this issue
Sep 23, 2022
hardcoded the Hugo version to avoid issue as mentioned in peaceiris/actions-hugo#605
Any update? I don't know typescript but putting something like if the version is 0.102.0 or later, assign arch as universal should fix it. File: |
babar-raza
added a commit
to Aspose/products.aspose.com-workflows
that referenced
this issue
Oct 5, 2022
3 tasks
michaeltlombardi
added a commit
to michaeltlombardi/actions-hugo
that referenced
this issue
Oct 6, 2022
Prior to this change, the URL building for versions of hugo was deterministic as the URLs for the packages were set to a project-specific standard. That URL creation began to fail for macOS in [0.102.0] and for Windows in [0.103.0]. It does not fail for Linux because the hugo releases for Linux continue to include the old package naming as an alias. This change: - Updates the `get-os` function to take the hugo version as additional input, altering the return value based on the version. - Updates the `get-arch` function to take the operating system name and hugo version as additional input, altering the return value based on both. Including the OS name is required for handling macOS. - Fixes peaceiris#608 - Fixes peaceiris#605
michaeltlombardi
added a commit
to michaeltlombardi/actions-hugo
that referenced
this issue
Oct 6, 2022
Prior to this change, the URL building for versions of hugo was deterministic as the URLs for the packages were set to a project-specific standard. That URL creation began to fail for macOS in [0.102.0] and for Windows in [0.103.0]. It does not fail for Linux because the hugo releases for Linux continue to include the old package naming as an alias. This change: - Updates the `get-os` function to take the hugo version as additional input, altering the return value based on the version. - Updates the `get-arch` function to take the operating system name and hugo version as additional input, altering the return value based on both. Including the OS name is required for handling macOS. - Fixes peaceiris#608 - Fixes peaceiris#605 [0.102.0]: https://github.com/gohugoio/hugo/releases/tag/v0.102.0 [0.103.0]: https://github.com/gohugoio/hugo/releases/tag/v0.103.0
jaaufauvre
added a commit
to manixate/jest-hugo
that referenced
this issue
Dec 19, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checklist
Describe your question
In version
v0.102.0
:https://github.com/gohugoio/hugo/releases/tag/v0.102.0
Relevant links
Relevant log output
The text was updated successfully, but these errors were encountered: