aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/ragel.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ragel.rb b/Library/Formula/ragel.rb
index 26181bd61..142a6a717 100644
--- a/Library/Formula/ragel.rb
+++ b/Library/Formula/ragel.rb
@@ -1,9 +1,9 @@
require 'formula'
class Ragel < Formula
- url 'http://www.complang.org/ragel/ragel-6.6.tar.gz'
+ url 'http://www.complang.org/ragel/ragel-6.7.tar.gz'
homepage 'http://www.complang.org/ragel/'
- md5 '5c4366369f4934adc02bd71dc1a4ee1f'
+ md5 'f4423e0d8a6538dd4e61498fcfad3cec'
def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"