mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
misc/yara: Updated for version 4.5.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bdc0d5e145
commit
cb1e599e2c
2 changed files with 5 additions and 5 deletions
|
@ -22,12 +22,12 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
# Updated to v4.3.2 July 2023 Barry J. Grundy
|
||||
# Updated to v4.5.1 August 2024 Barry J. Grundy
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=yara
|
||||
VERSION=${VERSION:-4.3.2}
|
||||
VERSION=${VERSION:-4.5.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="yara"
|
||||
VERSION="4.3.2"
|
||||
VERSION="4.5.1"
|
||||
HOMEPAGE="https://virustotal.github.io/yara"
|
||||
DOWNLOAD="https://github.com/VirusTotal/yara/archive/v4.3.2/yara-4.3.2.tar.gz"
|
||||
MD5SUM="cace2a274542e9c611c90b92b406a188"
|
||||
DOWNLOAD="https://github.com/VirusTotal/yara/archive/v4.5.1/yara-4.5.1.tar.gz"
|
||||
MD5SUM="775cdefb63df9c96e79cb3a30489146b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue