yara 1.7
Closes Homebrew/homebrew#18976. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
a6deb86f41
commit
1cebf23f66
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue