mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
nodejs: bump to 13.9.0
This commit is contained in:
parent
f14ed67044
commit
a112733773
@ -1,7 +1,8 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
--prefix=/usr \
|
||||
--shared-zlib
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
@ -1 +1 @@
|
||||
bb6104c9da90cfba02e231c524899bad6592d67ea5dc9dcb88ac0ff2b63f83c0 node-v13.8.0.tar.xz
|
||||
fcf7d2c3231abddbc07d203029295932255a643d0792c016910a79f18784c87c node-v13.9.0.tar.xz
|
||||
|
@ -1 +1,2 @@
|
||||
python make
|
||||
zlib
|
||||
|
@ -1 +1 @@
|
||||
https://nodejs.org/download/release/latest-v13.x/node-v13.8.0.tar.xz
|
||||
https://nodejs.org/download/release/latest-v13.x/node-v13.9.0.tar.xz
|
||||
|
@ -1 +1 @@
|
||||
13.8.0 1
|
||||
13.9.0 1
|
||||
|
Loading…
Reference in New Issue
Block a user