From 49746b8e8d9ae65af2e8c555b7318837c1d50f8e Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sat, 5 Mar 2016 13:33:52 +0000 Subject: [PATCH] fix tracking --- lodash/lodash.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lodash/lodash.spec b/lodash/lodash.spec index f01fb6d53b..0ff6e72224 100644 --- a/lodash/lodash.spec +++ b/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