Skip to content

Commit

Permalink
activemq 5.13.0
Browse files Browse the repository at this point in the history
Removed activemq-admin, no longer used in 5.13.0

Closes Homebrew/legacy-homebrew#48500.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
StoicNZ authored and DomT4 committed Feb 17, 2016
1 parent ddc69f4 commit 04824d0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Formula/activemq.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Activemq < Formula
desc "Apache ActiveMQ: powerful open source messaging server"
homepage "https://activemq.apache.org/"
url "https://www.apache.org/dyn/closer.cgi?path=/activemq/5.11.2/apache-activemq-5.11.2-bin.tar.gz"
sha256 "db475dffe3004a619f437347258ff07a60bce60c38dc05edca8d03ede5a64418"
url "https://www.apache.org/dyn/closer.cgi?path=/activemq/5.13.0/apache-activemq-5.13.0-bin.tar.gz"
sha256 "6b460256a56c6e2c9e2575e90f6514c5239ec06e89ac9e8694b30bb5abbc7a8c"

bottle :unneeded

Expand All @@ -12,10 +12,9 @@ def install
rm_rf Dir["bin/linux-x86-*"]
libexec.install Dir["*"]
(bin/"activemq").write_env_script libexec/"bin/activemq", Language::Java.java_home_env("1.6+")
(bin/"activemq-admin").write_env_script libexec/"bin/activemq-admin", Language::Java.java_home_env("1.6+")
end

test do
system "#{bin}/activemq-admin", "browse", "-h"
system "#{bin}/activemq", "browse", "-h"
end
end

0 comments on commit 04824d0

Please sign in to comment.