Browse Source

fix tracking

master
parent
commit
0d342f2677
  1. 4
      tslint/tslint.spec

4
tslint/tslint.spec

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

Loading…
Cancel
Save