|
|
|
|
@ -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 |
|
|
|
|
|