diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/yara/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/yara/APKBUILD b/testing/yara/APKBUILD index b9e955bfb4..d6a5e00562 100644 --- a/testing/yara/APKBUILD +++ b/testing/yara/APKBUILD @@ -18,7 +18,7 @@ prepare() { # of flex, othwewise tests fail in some arches because of a bug # in older version of flex. # See: https://github.com/VirusTotal/yara/issues/771 - rm "$srcdir"/yara-3.6.3/libyara/re_lexer.c + rm "$srcdir"/yara-3.7.0/libyara/re_lexer.c } build() { |