Skip to content

Commit ae2825f

Browse files
committed
fixup! tools: add ncrypto updater script
1 parent 0bde388 commit ae2825f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/dep_updaters/update-ncrypto.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ cleanup () {
4141
trap cleanup INT TERM EXIT
4242

4343
echo "Fetching ncrypto source archive..."
44-
NCRYPTO_TARBALL="ncrypto-v$NEW_VERSION.tar.gz"
4544
curl -sL "https://api.github.com/repos/nodejs/ncrypto/tarball/v$NEW_VERSION" \
4645
| tar xz --strip-components=1 -C "$WORKSPACE" --wildcards \
4746
'*/README.md' \
@@ -55,8 +54,6 @@ mv "$WORKSPACE/src/engine.cpp" "$DEPS_DIR/ncrypto/engine.cc"
5554
mv "$WORKSPACE/src/ncrypto.cpp" "$DEPS_DIR/ncrypto/ncrypto.cc"
5655
mv "$WORKSPACE/include/"* "$DEPS_DIR/ncrypto/."
5756

58-
cleanup
59-
6057
# Update the version number on maintaining-dependencies.md
6158
# and print the new version as the last line of the script as we need
6259
# to add it to $GITHUB_ENV variable

0 commit comments

Comments
 (0)