yara 3.4.0
Closes Homebrew/homebrew#40944. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
df53c235e6
commit
829ae300aa
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Yara < Formula
|
||||
desc "Malware identification and classification tool"
|
||||
homepage "https://github.com/plusvic/yara/"
|
||||
url "https://github.com/plusvic/yara/archive/v3.3.0.tar.gz"
|
||||
sha1 "6f72d80f21336c098f9013212d496d3920d9ef18"
|
||||
url "https://github.com/plusvic/yara/archive/v3.4.0.tar.gz"
|
||||
sha1 "70756b291a08254de751726ee565cf454a1eb566"
|
||||
head "https://github.com/plusvic/yara.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue