cjntaylor / node-cmake

CMake-based build system for node.js native modules
ISC License
78 stars 20 forks source link

Improve regex for finding names of archives #49

Open computerquip-streamlabs opened 6 years ago

computerquip-streamlabs commented 6 years ago

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.

computerquip-streamlabs commented 5 years ago