diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/yara.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/yara.rb b/Library/Formula/yara.rb index 9c33df8b9..0678a8676 100644 --- a/Library/Formula/yara.rb +++ b/Library/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' |
