nodejs-20.4.0

This commit is contained in:
Rmys
2023-07-06 14:45:23 +03:00
committed by GitHub
parent 476ffd10f3
commit 6a02bcaeb7
2 changed files with 11 additions and 4 deletions
+3 -3
View File
@@ -21,12 +21,12 @@ def setup():
--shared-openssl \
--shared-nghttp2 \
--shared-zlib \
--with-intl=system-icu")
")
# --with-intl=system-icu
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "README*")
pisitools.dodoc("LICENSE", "README*")
+8 -1
View File
@@ -13,7 +13,7 @@
<IsA>app:console</IsA>
<Summary>Evented I/O for V8 javascript</Summary>
<Description>Node.js is an open-source, cross-platform, JavaScript runtime environment. It executes JavaScript code outside of a browser.</Description>
<Archive sha1sum="14aa93b839e46f4b933e1c86d725f48c1905f95a" type="tarxz">https://nodejs.org/dist/v16.11.1/node-v16.11.1.tar.xz</Archive>
<Archive sha1sum="b2f32b0168d14e60470e8bced6cb67856fb4a99b" type="tarxz">https://nodejs.org/dist/v20.4.0/node-v20.4.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>icu4c-devel</Dependency>
<Dependency>libuv-devel</Dependency>
@@ -48,6 +48,13 @@
</Package>
<History>
<Update release="12">
<Date>2023-07-06</Date>
<Version>20.4.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="11">
<Date>2021-10-23</Date>
<Version>16.11.1</Version>