diff options
| author | Brett Koonce | 2013-12-15 12:02:42 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2013-12-15 10:14:47 -0800 |
| commit | 9b00371d4361a9943fb48c435f93c44c88d1788b (patch) | |
| tree | b2bce9f365f57ee1ddb320c28758700fbf1d95df | |
| parent | d342f69c5e0570060e74448713928a4245fdf27a (diff) | |
| download | homebrew-9b00371d4361a9943fb48c435f93c44c88d1788b.tar.bz2 | |
activemq-cpp 3.8.2
Closes #25232.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/activemq-cpp.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/activemq-cpp.rb b/Library/Formula/activemq-cpp.rb index 961ba369c..39c9a71bd 100644 --- a/Library/Formula/activemq-cpp.rb +++ b/Library/Formula/activemq-cpp.rb @@ -2,8 +2,8 @@ require 'formula' class ActivemqCpp < Formula homepage 'http://activemq.apache.org/cms/index.html' - url 'http://apache.dattatec.com/activemq/activemq-cpp/source/activemq-cpp-library-3.8.1-src.tar.bz2' - sha1 'd82d6c647d507ef4a44e28665f68def7a79e5b1d' + url 'http://apache.dattatec.com/activemq/activemq-cpp/source/activemq-cpp-library-3.8.2-src.tar.bz2' + sha1 '6fcaeb278f2d359343ccef4b5814f0092a4d7b54' depends_on 'autogen' => :build depends_on :autoconf |
