Browse Source

upgrading package: node-v8c 10.0.0.20180304 -> 10.0.0.20180306

master
parent
commit
dbe90b210b
  1. 8
      node-v8c/node-v8c.spec

8
node-v8c/node-v8c.spec

@ -24,8 +24,8 @@
# package version
%define V_snap_base 10.0.0
%define V_snap_type v8-canary
%define V_snap_date 20180304
%define V_snap_hash f14e4aea1c
%define V_snap_date 20180306
%define V_snap_hash 870146ff63
%define V_opkg %{V_snap_base}.%{V_snap_date}
%define V_dist %{V_snap_base}-%{V_snap_type}%{V_snap_date}%{V_snap_hash}
@ -40,7 +40,7 @@ Class: PLUS
Group: Web
License: MIT/BSD
Version: %{V_opkg}
Release: 20180305
Release: 20180308
# package options
%option with_icu yes
@ -67,7 +67,7 @@ Provides: node = %{version}
%description
Node.js (V10, V8-Canary) provides an easy way to build scalable
network servers in JavaScript. It is an event-driven I/O environment
based on Google V8 JavaScript virtual machine version 6.7.8. This
based on Google V8 JavaScript virtual machine version 6.7.15. This
is the V8-Canary flavor of Node.js which always closely tracks the
latest version of the V8 JavaScript virtual machine. It exists
for testing purposes only and should not be used in production

Loading…
Cancel
Save