Browse Source

upgrading package: node11 11.0.0.20180530 -> 11.0.0.20180531

master
parent
commit
cec64870e8
  1. 8
      node11/node11.spec

8
node11/node11.spec

@ -24,8 +24,8 @@
# package version
%define V_snap_base 11.0.0
%define V_snap_type nightly
%define V_snap_date 20180530
%define V_snap_hash c1a87a30e7
%define V_snap_date 20180531
%define V_snap_hash 89d211f54a
%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,14 +40,14 @@ Class: PLUS
Group: Web
License: MIT/BSD
Version: %{V_opkg}
Release: 20180530
Release: 20180531
# package options
%option with_icu yes
%option with_node no
# list of sources
Source0: https://nodejs.org/download/%{V_snap_type}/v%{V_dist}/node-v%{V_dist}.tar.xz
Source0: https://nodejs.org/download/%{V_snap_type}/v%{V_dist}/node-v%{V_dist}.tar.gz
Source1: node.c
Patch0: node11.patch

Loading…
Cancel
Save