yara: fix download URL

Closes Homebrew/homebrew#29570.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Eric Monti 2014-05-25 08:53:54 -07:00 committed by Jack Nagel
parent 144723b552
commit 75f117da87

View file

@ -2,7 +2,7 @@ require 'formula'
class Yara < Formula
homepage 'https://github.com/plusvic/yara/'
url 'https://github.com/plusvic/yara/archive/2.1.0.tar.gz'
url 'https://github.com/plusvic/yara/archive/v2.1.0.tar.gz'
sha1 '8289c281a44c933e11de25953f3910fe9f8ee82e'
depends_on 'pcre'