From 1cebf23f66cf642c63cdeca1e004f03aebd76e01 Mon Sep 17 00:00:00 2001 From: Scott Roberts Date: Thu, 4 Apr 2013 13:10:02 -0700 Subject: [PATCH] yara 1.7 Closes Homebrew/homebrew#18976. Signed-off-by: Jack Nagel --- Formula/yara.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/yara.rb b/Formula/yara.rb index 030ce2074e..9eb6501b3c 100644 --- a/Formula/yara.rb +++ b/Formula/yara.rb @@ -2,8 +2,8 @@ require 'formula' class Yara < Formula homepage 'http://code.google.com/p/yara-project/' - url 'http://yara-project.googlecode.com/files/yara-1.6.tar.gz' - sha1 'd51fe954992a5de8ebab91b5f53d31a8e7e76503' + url 'http://yara-project.googlecode.com/files/yara-1.7.tar.gz' + sha1 '25e90b79275124db3e592ccac1d44a9bba35d7ea' depends_on 'pcre'