diff --git a/pkg.info b/pkg.info index 87921b8..f3e3a0a 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,6 @@ name: nodejs description: Free and open-source Javascript runtime -version: 24.9.0 +version: 25.0.0 revision: 1 url: https://nodejs.org/ license: MIT @@ -23,4 +23,4 @@ downloads: - url: https://nodejs.org/dist/v${BPM_PKG_VERSION}/node-v${BPM_PKG_VERSION}.tar.xz extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: f17bc4cb01f59098c34a288c1bb109a778867c14eeb0ebbd608d0617b1193bbf + checksum: 2822cd7b510c955f8c4d448fa483f01d2839251774220a356a6b9bc2ab2039ae diff --git a/source.sh b/source.sh index 211c587..bf32d27 100644 --- a/source.sh +++ b/source.sh @@ -30,6 +30,7 @@ check() { rm test/parallel/test-http2-misbehaving-flow-control.js rm test/parallel/test-http2-max-invalid-frames.js rm test/parallel/test-http2-misbehaving-flow-control-paused.js + rm test/parallel/test-tls-ocsp-callback.js rm test/client-proxy/test-http-proxy-request-no-proxy-port-specific.mjs rm test/pseudo-tty/test-set-raw-mode-reset.js rm test/pseudo-tty/test-set-raw-mode-reset-signal.js