2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

nodejs: bump to 13.0.0

This commit is contained in:
Dylan Araps 2019-10-23 11:14:44 +03:00
parent 3b3745bd07
commit c7c8847653
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
4 changed files with 9 additions and 6 deletions

View File

@ -1,9 +1,12 @@
#!/bin/sh -e
# Force a Python 3 build.
sed -i'' '/sys.exit(1)/d' configure
# Python 3 support (but not > 3.5).
sed -i -e 's/(3, 5)/(3, 8)/' configure
sh ./configure \
# Fix broken npm.
sed -i -e "s/: '10/: '13/g" deps/npm/lib/utils/unsupported.js
./configure \
--prefix=/usr
make

View File

@ -1 +1 @@
a82b1541cf670318a0102c32e06f296662b5ccccae764c1f32be4a3cf038bef6 node-v12.13.0.tar.xz
45ff3b40afc3fc93fd62e31c0f5dfa046f307f0b33d0f32e09019f306bc74767 node-v13.0.0.tar.xz

View File

@ -1 +1 @@
https://nodejs.org/dist/v12.13.0/node-v12.13.0.tar.xz
https://nodejs.org/dist/v13.0.0/node-v13.0.0.tar.xz

View File

@ -1 +1 @@
12.13.0 1
13.0.0 1