ActiveMQ 5.10.1

Closes Homebrew/homebrew#36105.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Sébastien Jarrin 2015-01-21 16:47:41 +01:00 committed by Jack Nagel
parent 32e1b3b9ae
commit 2065f64942

View file

@ -2,8 +2,8 @@ require "formula"
class Activemq < Formula
homepage "http://activemq.apache.org/"
url "http://www.apache.org/dyn/closer.cgi?path=/activemq/5.10.0/apache-activemq-5.10.0-bin.tar.gz"
sha1 "e08179216b4c7cbcd2024716c62c51434481fabf"
url "http://www.apache.org/dyn/closer.cgi?path=/activemq/5.10.1/apache-activemq-5.10.1-bin.tar.gz"
sha1 "5e62deb1ccd103ec1765f836756a7889f6131ab0"
def install
rm_rf Dir["bin/linux-x86-*"]