Skip to content

Commit

Permalink
yara: fix download URL
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#29570.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
emonti authored and jacknagel committed May 25, 2014
1 parent 144723b commit 75f117d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/yara.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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'
Expand Down

0 comments on commit 75f117d

Please sign in to comment.