diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/activemq-cpp.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/activemq-cpp.rb b/Library/Formula/activemq-cpp.rb index eda1756b7..961ba369c 100644 --- a/Library/Formula/activemq-cpp.rb +++ b/Library/Formula/activemq-cpp.rb @@ -1,14 +1,14 @@ require 'formula' class ActivemqCpp < Formula - url 'http://apache.dattatec.com/activemq/activemq-cpp/source/activemq-cpp-library-3.7.1-src.tar.bz2' homepage 'http://activemq.apache.org/cms/index.html' - sha1 'e70167a0dc4f6c645c1e16a9c4e3fd95d208adf5' + url 'http://apache.dattatec.com/activemq/activemq-cpp/source/activemq-cpp-library-3.8.1-src.tar.bz2' + sha1 'd82d6c647d507ef4a44e28665f68def7a79e5b1d' depends_on 'autogen' => :build - depends_on 'autoconf' => :build - depends_on 'automake' => :build - depends_on 'libtool' => :build + depends_on :autoconf + depends_on :automake + depends_on :libtool def install |
