diff options
| author | Adam Vandenberg | 2013-10-26 10:51:17 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-10-26 11:08:48 -0700 |
| commit | d94a6fff855a7d0bb98e39cd34f56ccb56fbd9bd (patch) | |
| tree | 472d7bb8604750b40f8cd14be44a12d74ec43061 /Library/Formula/activemq-cpp.rb | |
| parent | 02126d702207e98a3217060da4cfd33b5dc4b37a (diff) | |
| download | homebrew-d94a6fff855a7d0bb98e39cd34f56ccb56fbd9bd.tar.bz2 | |
activemq-cpp 3.8.1
Diffstat (limited to 'Library/Formula/activemq-cpp.rb')
| -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 |
