From 6760df10a0a9394f1fd9a3a09da410e739e3b0d1 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 11 Dec 2015 15:13:20 +0000 Subject: [PATCH] amdatu-bootstrap: bottle unneeded and URL comment. --- Formula/amdatu-bootstrap.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Formula/amdatu-bootstrap.rb b/Formula/amdatu-bootstrap.rb index 81e98bfcff..06c734d442 100644 --- a/Formula/amdatu-bootstrap.rb +++ b/Formula/amdatu-bootstrap.rb @@ -1,9 +1,12 @@ class AmdatuBootstrap < Formula desc "Bootstrapping OSGi development" homepage "http://amdatu.org/bootstrap/intro.html" + # The next release should not use a zip with "brew" in the name. url "https://bitbucket.org/amdatu/amdatu-bootstrap/downloads/bootstrap-r8-bin-brew.zip" sha256 "5c89667e10b57060c67fc54188ded3b0b281f88fab062bfb4290994e8df2295a" + bottle :unneeded + def install libexec.install %w[amdatu-bootstrap bootstrap.jar conf] bin.install_symlink "#{libexec}/amdatu-bootstrap" => "amdatu-bootstrap"