Browse Source

fix tracking

master
parent
commit
bf0652cff7
  1. 4
      xto6/xto6.spec

4
xto6/xto6.spec

@ -37,7 +37,7 @@ Class: EVAL
Group: Language
License: MIT
Version: %{V_xto6}
Release: 20160304
Release: 20160305
# list of sources
Source0: http://download.openpkg.org/components/versioned/xto6/xto6-%{V_xto6_dist}-%{V_xto6_snap}.tar.gz
@ -53,7 +53,7 @@ PreReq: OpenPKG, openpkg >= 20140101, node
prog xto6 = {
version = %{version}
url = https://github.com/mohebifar/xto6/releases
regex = v(\d+\.\d+\.d+)
regex = v(\d+\.\d+\.\d+)
}
%prep

Loading…
Cancel
Save