nodejs:ver.bump

This commit is contained in:
Rmys
2018-07-31 20:05:14 +03:00
parent 9bdf1f3185
commit 2bc39f6189
2 changed files with 11 additions and 3 deletions
+2 -1
View File
@@ -15,6 +15,7 @@ from pisi.actionsapi import get
def setup():
autotools.rawConfigure("--prefix=/usr \
--with-intl=system-icu \
--shared-openssl")
def build():
@@ -23,4 +24,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "README*")
pisitools.dodoc("AUTHORS", "README*")
+9 -2
View File
@@ -12,12 +12,12 @@
<IsA>app:console</IsA>
<Summary>is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications</Summary>
<Description>Evented I/O for V8 javascript</Description>
<Archive sha1sum="19f3feadd52ada7417e63e360fdf9a96be1dd49e" type="targz">http://nodejs.org/dist/v7.9.0/node-v7.9.0.tar.gz</Archive>
<Archive sha1sum="9647d364946d71f708b7174f77dc4f7b0b715d80" type="targz">https://nodejs.org/dist/v9.5.0/node-v9.5.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>openssl-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">nodejs-v8-icu59.patch</Patch>
<!-- <Patch level="1">nodejs-v8-icu59.patch</Patch> -->
</Patches>
</Source>
@@ -38,6 +38,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-07-31</Date>
<Version>9.5.0</Version>
<Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-05-02</Date>
<Version>7.9.0</Version>