Browse Source

fix tracking

master
parent
commit
435490c65b
  1. 4
      jscs/jscs.spec

4
jscs/jscs.spec

@ -36,7 +36,7 @@ Class: EVAL
Group: Language
License: MIT
Version: %{V_jscs}
Release: 20160304
Release: 20160305
# list of sources
Source0: http://download.openpkg.org/components/versioned/jscs/jscs-%{V_jscs}-%{V_jscs_snap}.tar.gz
@ -55,7 +55,7 @@ PreReq: OpenPKG, openpkg >= 20140101, node
prog jscs = {
version = %{version}
url = https://github.com/mdevils/node-jscs/releases
regex = (\d+\.\d+\.d+)
regex = (\d+\.\d+\.\d+)
}
%prep

Loading…
Cancel
Save