diff options
Diffstat (limited to 'nodejs')
| -rw-r--r-- | nodejs/.shasum | 2 | ||||
| -rw-r--r-- | nodejs/abuild | 2 | ||||
| -rw-r--r-- | nodejs/depends | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/nodejs/.shasum b/nodejs/.shasum index f42a44ca..19c2a1bd 100644 --- a/nodejs/.shasum +++ b/nodejs/.shasum @@ -1,4 +1,4 @@ 6cc48de36bb288db6d2406af0a159aa7964f79275b065a950a8d3b84 0001-no-libatomic.patch 5d0ebf0a8c0198536d4c7439c0e7569bffdee87e5b741d594b106f4c libc++-malloc.patch -fe182f4c205e280cee8fe4a5f6593b232fd75e38ac80bbee8612c780 node-v26.3.0.tar.xz +b221aae4a7657c68f3cf4b2e6a0bd2d54b967205e32d1e68be07e0d5 node-v26.3.1.tar.xz 543c9cb6a2a22334331250e2ee030cd925c1f0f358764833a3df3888 unbundle-uv.patch diff --git a/nodejs/abuild b/nodejs/abuild index 5827c9e4..446d4973 100644 --- a/nodejs/abuild +++ b/nodejs/abuild @@ -1,5 +1,5 @@ name=nodejs -version=26.3.0 +version=26.3.1 release=1 source="https://$name.org/dist/v$version/node-v$version.tar.xz 0001-no-libatomic.patch diff --git a/nodejs/depends b/nodejs/depends index dbe042b1..7d2ac717 100644 --- a/nodejs/depends +++ b/nodejs/depends @@ -1,3 +1,4 @@ c-ares libuv nghttp2 +python |