Browse Source

track releases only

master
parent
commit
60d619f890
  1. 4
      yara/yara.spec

4
yara/yara.spec

@ -32,7 +32,7 @@ Class: EVAL
Group: Filesystem
License: BSD
Version: 3.11.0
Release: 20191010
Release: 20200325
# list of sources
Source0: https://github.com/VirusTotal/yara/archive/v%{version}.tar.gz
@ -55,7 +55,7 @@ PreReq: openssl
prog yara = {
version = %{version}
url = https://github.com/VirusTotal/yara/releases
regex = v(__VER__)\.tar\.gz
regex = v(\d+\.\d+\.\d+)\.tar\.gz
}
%prep

Loading…
Cancel
Save