yara: fix 3.4.0 patch url (#1908)
* fix yara patch in 3.4.0 It seems the previous patch location is no longer valid. * Update to use PR link instead This has been fixed upstream but no new YARA version has been released.
This commit is contained in:
parent
81bf34484c
commit
4dcd1079f2
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class Yara < Formula
|
|||
|
||||
# fixes a variable redefinition error with clang (fixed in HEAD)
|
||||
patch do
|
||||
url "https://github.com/plusvic/yara/pull/261.diff"
|
||||
url "https://github.com/VirusTotal/yara/pull/261.diff"
|
||||
sha256 "6b5c135b577a71ca1c1a5f0a15e512f5157b13dfbd08710f9679fb4cd0b47dba"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue