You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sed regex used \s which is not portable — macOS sed does not
support it in extended regex mode. Replaced with POSIX-compatible
[[:space:]] character class. This caused the full grep line to be
used as the version string, producing malformed download URLs.
Also reverted the checksum generation to use direct globs instead
of find to avoid ./ path prefixes in the checksums file.
Made-with: Cursor
0 commit comments