Browse Source

Merge pull request #5187 from sartura/yara_bump_to_3.7.0

yara: bump to 3.7.0
lilik-openwrt-22.03
champtar 7 years ago
committed by GitHub
parent
commit
bde181ac8e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      utils/yara/Makefile

+ 2
- 2
utils/yara/Makefile View File

@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=yara
PKG_VERSION:=3.6.3
PKG_VERSION:=3.7.0
PKG_RELEASE:=1
PKG_LICENSE:=BSD-3-Clause
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/VirusTotal/yara/archive/v$(PKG_VERSION)/
PKG_HASH:=ad2c0e788b4d8b2f3e9078f448754313249a302b749b9a24e932bfc5e141a5e8
PKG_HASH:=01f0841e7387918c2b6d0b7fb48014bda41d1487be1cabf718a0576018969641
PKG_FIXUP:=autoreconf
PKG_BUILD_PARALLEL:=1


Loading…
Cancel
Save