yara: fix download URL
Closes Homebrew/homebrew#29570. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
144723b552
commit
75f117da87
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue