2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-03-30 17:52:49 -06:00

nodejs: bump to 13.10.0

This commit is contained in:
Dylan Araps 2020-03-04 22:48:52 +02:00
parent 00cb911dbe
commit 15ba557ba2
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
5 changed files with 15 additions and 7 deletions

View File

@ -1,8 +1,15 @@
#!/bin/sh -e #!/bin/sh -e
export DESTDIR="$1"
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \
--shared-zlib --shared-zlib \
--without-intl \
--without-etw \
--without-dtrace \
--without-report \
--ninja
make ninja -C out/Release
make DESTDIR="$1" install tools/install.py install "$1" /usr

View File

@ -1 +1 @@
fcf7d2c3231abddbc07d203029295932255a643d0792c016910a79f18784c87c node-v13.9.0.tar.xz 12d674cdaefdcdd3bee3e0476a46cd834649ad89fd2c7b1d38b9b61175d4a886 node-v13.10.0.tar.xz

View File

@ -1,2 +1,3 @@
python make python make
samurai make
zlib zlib

View File

@ -1 +1 @@
https://nodejs.org/download/release/latest-v13.x/node-v13.9.0.tar.xz https://nodejs.org/download/release/latest-v13.x/node-v13.10.0.tar.xz

View File

@ -1 +1 @@
13.9.0 1 13.10.0 1