Browse Source

fix tracking

master
parent
commit
e700e4f345
  1. 4
      flex/flex.spec

4
flex/flex.spec

@ -38,7 +38,7 @@ Class: CORE
Group: CompilerCompiler Group: CompilerCompiler
License: BSD License: BSD
Version: %{V_new} Version: %{V_new}
Release: 20160204 Release: 20160306
# package options # package options
%option with_old no %option with_old no
@ -68,7 +68,7 @@ PreReq: OpenPKG, openpkg >= 20100101, m4
prog flex:new = { prog flex:new = {
version = %{V_new} version = %{V_new}
url = http://sourceforge.net/projects/flex/files/ url = http://sourceforge.net/projects/flex/files/
regex = flex-(__VER__)\.tar\.gz regex = flex-(\d+\.\d+\.\d+)\.tar\.gz
} }
prog flex:old = { prog flex:old = {
disabled disabled

Loading…
Cancel
Save