Browse Source

fix tracking

master
parent
commit
8b5cc6ddc3
  1. 4
      ff/ff.spec

4
ff/ff.spec

@ -32,7 +32,7 @@ Class: EVAL
Group: Filesystem Group: Filesystem
License: MIT License: MIT
Version: 0.1.8 Version: 0.1.8
Release: 20200222 Release: 20200223
# list of sources # list of sources
Source0: https://github.com/vishaltelangre/ff/archive/v%{version}.tar.gz Source0: https://github.com/vishaltelangre/ff/archive/v%{version}.tar.gz
@ -50,7 +50,7 @@ PreReq: OpenPKG, openpkg >= 20160101
prog ff = { prog ff = {
version = %{version} version = %{version}
url = https://github.com/vishaltelangre/ff/releases url = https://github.com/vishaltelangre/ff/releases
regex = (__VER__)\.tar\.gz regex = v(__VER__)\.tar\.gz
} }
%prep %prep

Loading…
Cancel
Save