Browse Source

fix tracking

master
parent
commit
b4dfd883f6
  1. 4
      node/node.spec

4
node/node.spec

@ -36,7 +36,7 @@ Class: PLUS
Group: Web
License: MIT/BSD
Version: %{V_opkg}
Release: 20160304
Release: 20160305
# package options
%option with_icu no
@ -65,7 +65,7 @@ PreReq: icu
prog node = {
version = %{V_dist}
url = https://nodejs.org/download/release/
regex = v(__VER__)/
regex = v(\d+\.\d+\.\d+)/
}
%prep

Loading…
Cancel
Save