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:
Teddy Reed 2016-06-12 19:12:44 -07:00 committed by Dominyk Tiller
parent 81bf34484c
commit 4dcd1079f2

View file

@ -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