forked from kiss-community/repo
nodejs: bump to 13.0.0
This commit is contained in:
parent
3b3745bd07
commit
c7c8847653
@ -1,9 +1,12 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
# Force a Python 3 build.
|
# Python 3 support (but not > 3.5).
|
||||||
sed -i'' '/sys.exit(1)/d' configure
|
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
|
--prefix=/usr
|
||||||
|
|
||||||
make
|
make
|
||||||
|
@ -1 +1 @@
|
|||||||
a82b1541cf670318a0102c32e06f296662b5ccccae764c1f32be4a3cf038bef6 node-v12.13.0.tar.xz
|
45ff3b40afc3fc93fd62e31c0f5dfa046f307f0b33d0f32e09019f306bc74767 node-v13.0.0.tar.xz
|
||||||
|
@ -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
|
||||||
|
@ -1 +1 @@
|
|||||||
12.13.0 1
|
13.0.0 1
|
||||||
|
Loading…
Reference in New Issue
Block a user