From 57f8aa6aee01de6d4837b89839e25388c7560c1c Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Fri, 23 Oct 2015 16:30:39 +0800 Subject: [PATCH] avro-tools: bottle unneeded --- Formula/avro-tools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/avro-tools.rb b/Formula/avro-tools.rb index 315da9bd71..c18071ef1b 100644 --- a/Formula/avro-tools.rb +++ b/Formula/avro-tools.rb @@ -4,6 +4,8 @@ class AvroTools < Formula url "https://www.apache.org/dyn/closer.cgi?path=avro/avro-1.7.7/java/avro-tools-1.7.7.jar" sha256 "ca1658c64d3609e9b7fe62039b3a95993fa18ed3244121c1f71d677ec51ab092" + bottle :unneeded + def install libexec.install "avro-tools-#{version}.jar" bin.write_jar_script libexec/"avro-tools-#{version}.jar", "avro-tools"