forked from kiss-community/repo
nodejs: bump to 13.10.0
This commit is contained in:
parent
00cb911dbe
commit
15ba557ba2
@ -1,8 +1,15 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
export DESTDIR="$1"
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--shared-zlib
|
||||
--shared-zlib \
|
||||
--without-intl \
|
||||
--without-etw \
|
||||
--without-dtrace \
|
||||
--without-report \
|
||||
--ninja
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
ninja -C out/Release
|
||||
tools/install.py install "$1" /usr
|
||||
|
@ -1 +1 @@
|
||||
fcf7d2c3231abddbc07d203029295932255a643d0792c016910a79f18784c87c node-v13.9.0.tar.xz
|
||||
12d674cdaefdcdd3bee3e0476a46cd834649ad89fd2c7b1d38b9b61175d4a886 node-v13.10.0.tar.xz
|
||||
|
@ -1,2 +1,3 @@
|
||||
python make
|
||||
python make
|
||||
samurai make
|
||||
zlib
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
13.9.0 1
|
||||
13.10.0 1
|
||||
|
Loading…
Reference in New Issue
Block a user