Browse Source

fix tracking

master
parent
commit
1573954802
  1. 4
      lua-curl/lua-curl.spec

4
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

Loading…
Cancel
Save