diff options
| -rw-r--r-- | Library/Formula/antlr.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/antlr.rb b/Library/Formula/antlr.rb index 8221ea5ce..238dea111 100644 --- a/Library/Formula/antlr.rb +++ b/Library/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" |
