mirror of
https://codeberg.org/kiss-community/repo
synced 2025-04-01 10:42:52 -06:00
nodejs: bump to 13.10.0
This commit is contained in:
parent
00cb911dbe
commit
15ba557ba2
@ -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
|
||||||
|
@ -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
|
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