diff options
| author | Brett Koonce | 2014-02-15 21:06:12 -0600 | 
|---|---|---|
| committer | Brett Koonce | 2014-02-15 22:25:45 -0600 | 
| commit | 5b3d97d45b02b5420e52af287efc280b1e3ba52f (patch) | |
| tree | 3a1d7b79be4c039e6a1908ddc794292e8865b924 | |
| parent | 805d04238450dc7d9e22bd2873ad1633bfa05188 (diff) | |
| download | homebrew-5b3d97d45b02b5420e52af287efc280b1e3ba52f.tar.bz2 | |
antlr 4.2
| -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" | 
