diff options
Diffstat (limited to 'Library/Formula/re2c.rb')
| -rw-r--r-- | Library/Formula/re2c.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/re2c.rb b/Library/Formula/re2c.rb index 7d2d4e377..7f97d8477 100644 --- a/Library/Formula/re2c.rb +++ b/Library/Formula/re2c.rb @@ -3,7 +3,7 @@ require 'formula' class Re2c < Formula url 'http://downloads.sourceforge.net/project/re2c/re2c/0.13.5/re2c-0.13.5.tar.gz' homepage 'http://re2c.org' - md5 '4a97d8f77ed6d2c76c8bd840a43f5633' + sha1 '3d334efab53a4a051a2b189b49a849e13523b6c0' def install system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" |
