Regular expression in quick install script doesn't work for hugo version 0.100.0 and above. (minor) #5
Labels
No Label
bug
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: vhs/after-dark#5
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
The validation function in the quick install script:
https://codeberg.org/vhs/after-dark/raw/branch/trunk/bin/install
is checking for the correct version of hugo with an outdated regular expression:
I did some testing and it should work again with the following:
This should keep the version necessity for 0.51 or greater, but also includes the 100-1000 range. I tried making a pull request, but that doesn't seem to be permitted.
Cheers.
Regular expression in quick install script doesn't work for update versioning 0.100.0 and above. (minor)to Regular expression in quick install script doesn't work for hugo version 0.100.0 and above. (minor)Thanks for the report. I'm open to pulls to address this. Please ensure any files changed have a copyright line added by the author(s) of the changes in any files with license headers present. Once I've got a block of time to address, I'll keep this need in mind. Sorry I can't be of more help right at this moment. Busy schedule. 🙏