From 71ac7ec1c8dec912c9f7e9f3ee6300383dfc7889 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Sat, 15 Feb 2014 21:06:12 -0600 Subject: [PATCH] antlr 4.2 --- Formula/antlr.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/antlr.rb b/Formula/antlr.rb index 8221ea5ced..238dea1115 100644 --- a/Formula/antlr.rb +++ b/Formula/antlr.rb @@ -2,8 +2,8 @@ require 'formula' class Antlr < Formula homepage 'http://www.antlr.org/' - url 'http://www.antlr.org/download/antlr-4.1-complete.jar' - sha1 '2f80d904ab786d0616560085d30d402e90b9880a' + url 'http://www.antlr.org/download/antlr-4.2-complete.jar' + sha1 '2ca46f6c3fee3cde543ec21a800805e9432acab7' def install prefix.install "antlr-#{version}-complete.jar"