avro-tools 1.7.7
Closes Homebrew/homebrew#31809. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
b946e5ca8c
commit
6346cee25a
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require "formula"
|
|||
|
||||
class AvroTools < Formula
|
||||
homepage "http://avro.apache.org/"
|
||||
url "http://www.apache.org/dyn/closer.cgi?path=avro/avro-1.7.6/java/avro-tools-1.7.6.jar"
|
||||
sha1 "56ebab491e9dce5b1812c3867a8385cd636bb90a"
|
||||
url "http://www.apache.org/dyn/closer.cgi?path=avro/avro-1.7.7/java/avro-tools-1.7.7.jar"
|
||||
sha1 "a2c493c897583892b0423f0c9c732c242cd8816d"
|
||||
|
||||
def install
|
||||
libexec.install "avro-tools-#{version}.jar"
|
||||
|
|
Loading…
Reference in a new issue