yara, bump version (#9719)

This commit is contained in:
Schrijvers Luc
2023-11-01 06:59:59 +00:00
committed by GitHub
parent dcc899bca2
commit 05b3f65f3e

View File

@@ -3,11 +3,11 @@ DESCRIPTION="YARA is a tool aimed at (but not limited to) helping malware resear
and classify malware samples. With YARA you can create descriptions of malware families (or \
whatever you want to describe) based on textual or binary patterns. "
HOMEPAGE="https://virustotal.github.io/yara/"
COPYRIGHT="2008-2023 VirusTotal"
COPYRIGHT="2007-2016 The YARA Authors"
LICENSE="BSD (3-clause)"
REVISION="1"
SOURCE_URI="https://github.com/VirusTotal/yara/archive/refs/tags/v$portVersion.tar.gz"
CHECKSUM_SHA256="a9587a813dc00ac8cdcfd6646d7f1c172f730cda8046ce849dfea7d3f6600b15"
CHECKSUM_SHA256="301ddefefddba352022da8982f4c86f898827cd2c8c3394e2db08110c4caf7aa"
SOURCE_DIR="yara-$portVersion"
ARCHITECTURES="all !x86_gcc2"