node-cmake
node-cmake copied to clipboard
Improve regex for finding names of archives
Simplifies the regex a bit while allowing extended semver such as v0.0.0-beta.1.
It's a bit less flexible but I didn't find anything it didn't work with aside from extremely early node stuff before any stable release.
That said, I can't seem to find where the NW.js checksum file is. Their version of gyp doesn't seem to download one which is a bit concerning though I could just be missing it.
- Change to fix bad escaping (cmake regex requires double backslash).
- Change to handle node archives that don't properly format the headers archive into version sub-folders.
- Give more verbose handling to help debug any issues.
- Handle checksum files that describe multiple header archives.