Browse Source

fix tracking

master
parent
commit
49746b8e8d
  1. 4
      lodash/lodash.spec

4
lodash/lodash.spec

@ -36,7 +36,7 @@ Class: EVAL
Group: CompilerCompiler
License: MIT
Version: %{V_lodash}
Release: 20160101
Release: 20160305
# list of sources
Source0: http://download.openpkg.org/components/versioned/lodash/lodash-%{V_lodash}-%{V_lodash_snap}.tar.gz
@ -53,7 +53,7 @@ PreReq: OpenPKG, openpkg >= 20100101, node, git
prog lodash = {
version = %{version}
url = https://github.com/lodash/lodash/releases
regex = (\d+.\d+\.d+)\.tar}\.tar\.gz
regex = (\d+.\d+\.\d+)\.tar\.gz
}
%prep

Loading…
Cancel
Save