From 15739548029d7b75848ec18f7f052f899fe6f0ed Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sun, 6 Mar 2016 22:17:56 +0000 Subject: [PATCH] fix tracking --- lua-curl/lua-curl.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua-curl/lua-curl.spec b/lua-curl/lua-curl.spec index 1c2989ab34..2b19e8f2cd 100644 --- a/lua-curl/lua-curl.spec +++ b/lua-curl/lua-curl.spec @@ -36,7 +36,7 @@ Class: EVAL Group: Language License: MIT Version: %{V_curl} -Release: 20150112 +Release: 20160306 # list of sources Source0: http://files.luaforge.net/releases/luacurl/luacurl/luacurl-%{V_curl}/luacurl-%{V_curl}.zip @@ -55,7 +55,7 @@ PreReq: lua, curl prog lua-curl = { version = %{V_curl} url = http://files.luaforge.net/releases/luacurl/luacurl - regex = luacurl-(__VER__)\.tar\.gz + regex = luacurl-(__VER__) } %prep