Browse Source

fix tracking

master
parent
commit
f5bb0919ed
  1. 4
      conman/conman.spec

4
conman/conman.spec

@ -32,7 +32,7 @@ Class: EVAL
Group: Network
License: GPL
Version: 0.2.7
Release: 20150830
Release: 20160305
# list of sources
Source0: https://github.com/dun/conman/releases/download/conman-%{version}/conman-%{version}.tar.bz2
@ -59,7 +59,7 @@ PreReq: OpenPKG, openpkg >= 20140101
prog conman = {
version = %{version}
url = https://github.com/dun/conman/releases/tag/conman-0.2.7
regex = conman-(\d+\.\d+\.\d+(\.d\d+)?)\.tar\.bz2
regex = conman-(\d+\.\d+\.\d+(\.\d\d+)?)\.tar\.bz2
}
%prep

Loading…
Cancel
Save