antlr 4.3
parent
b0ee179659
commit
098efc1ef3
|
@ -2,8 +2,8 @@ require "formula"
|
||||||
|
|
||||||
class Antlr < Formula
|
class Antlr < Formula
|
||||||
homepage "http://www.antlr.org/"
|
homepage "http://www.antlr.org/"
|
||||||
url "http://www.antlr.org/download/antlr-4.2.2-complete.jar"
|
url "http://www.antlr.org/download/antlr-4.3-complete.jar"
|
||||||
sha1 "97b3117463b6beda300ee7a297a31b71db9aea2b"
|
sha1 "173cf3165fdc54dcb9d2c6bc30c9d2c178f348bc"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
prefix.install "antlr-#{version}-complete.jar"
|
prefix.install "antlr-#{version}-complete.jar"
|
||||||
|
|
Loading…
Reference in New Issue