Browse Source

fix tracking

master
parent
commit
29e1b67131
  1. 4
      jshint/jshint.spec

4
jshint/jshint.spec

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

Loading…
Cancel
Save