From f82060ef796bc82772fcaaf0ca81df7e7b388402 Mon Sep 17 00:00:00 2001 From: Sean Straw Date: Mon, 22 Sep 2014 16:37:38 -0700 Subject: [PATCH] coccinelle 1.0.0-rc21 Closes Homebrew/homebrew#32525. Signed-off-by: Jack Nagel --- Formula/coccinelle.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/coccinelle.rb b/Formula/coccinelle.rb index 1a8a0ea5b4..978e2ff237 100644 --- a/Formula/coccinelle.rb +++ b/Formula/coccinelle.rb @@ -2,8 +2,8 @@ require 'formula' class Coccinelle < Formula homepage 'http://coccinelle.lip6.fr/' - url 'http://coccinelle.lip6.fr/distrib/coccinelle-1.0.0-rc17.tgz' - sha1 '5c13e521578e20d3805f571dc86931cbd8d63ccd' + url 'http://coccinelle.lip6.fr/distrib/coccinelle-1.0.0-rc21.tgz' + sha1 'edc008da552eb8f4ef7712fc99b4dc630ab6fb35' depends_on "objective-caml"