From 75f117da871812676337550e9e8a1321185b2343 Mon Sep 17 00:00:00 2001 From: Eric Monti Date: Sun, 25 May 2014 08:53:54 -0700 Subject: [PATCH] yara: fix download URL Closes Homebrew/homebrew#29570. Signed-off-by: Jack Nagel --- Formula/yara.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/yara.rb b/Formula/yara.rb index 9c33df8b90..0678a86763 100644 --- a/Formula/yara.rb +++ b/Formula/yara.rb @@ -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'