aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-06-08 13:53:24 -0700
committerGitHub <noreply@github.com>2020-06-08 13:53:24 -0700
commitdf812d31ebb756e049f075155d3dcc5c6f08aad5 (patch)
treee1ff3e274faa1d4444a64d60af9659eca48d7e30 /utils
parente24cf0039b027a3ffbf438671f79f3d95a0e888a (diff)
parent965f8e38dc846387b85ba970ca00d8c9c645add8 (diff)
Merge pull request #12432 from neheb/yara2
yara: update to 4.0.1
Diffstat (limited to 'utils')
-rw-r--r--utils/yara/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/yara/Makefile b/utils/yara/Makefile
index f6904cf30..fee5e7b6c 100644
--- a/utils/yara/Makefile
+++ b/utils/yara/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=yara
-PKG_VERSION:=4.0.0
+PKG_VERSION:=4.0.1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/VirusTotal/yara/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=8ee411fe3a60d1b463f152e356e0ee46b23331c461fd60ef8f82fed580c73f46
+PKG_HASH:=c63e2c4d73fc37e860db5d7e13d945684a0a6d1d17be7161fe1dd8f99268b03c
PKG_MAINTAINER:=Marko Ratkaj <marko.ratkaj@sartura.hr>
PKG_LICENSE:=BSD-3-Clause