From 098efc1ef3278ee2572732ebab07827888f39e75 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Sun, 22 Jun 2014 18:34:33 -0700 Subject: [PATCH] antlr 4.3 --- Formula/antlr.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/antlr.rb b/Formula/antlr.rb index 69572a5e4d1..e8774cc27f6 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.2.2-complete.jar" - sha1 "97b3117463b6beda300ee7a297a31b71db9aea2b" + url "http://www.antlr.org/download/antlr-4.3-complete.jar" + sha1 "173cf3165fdc54dcb9d2c6bc30c9d2c178f348bc" def install prefix.install "antlr-#{version}-complete.jar"