diff options
| author | Paul Fitzpatrick | 2012-12-20 20:43:02 +0100 |
|---|---|---|
| committer | Jack Nagel | 2012-12-22 16:18:34 -0600 |
| commit | f8b921d5c104dcd0162b4b395bbffe4740470e51 (patch) | |
| tree | b8a24c8553337c7523d8ef9eb24c938418194b52 /Library | |
| parent | 2b72e930bfa7e7b4ceeaff45099d8010d1a2754c (diff) | |
| download | homebrew-f8b921d5c104dcd0162b4b395bbffe4740470e51.tar.bz2 | |
yarp 2.3.20
Closes #16683.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/yarp.rb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Library/Formula/yarp.rb b/Library/Formula/yarp.rb index b2a96e966..4510f4fbf 100644 --- a/Library/Formula/yarp.rb +++ b/Library/Formula/yarp.rb @@ -2,8 +2,8 @@ require 'formula' class Yarp < Formula homepage 'http://yarp.it' - url 'http://downloads.sourceforge.net/yarp0/yarp-2.3.19.tar.gz' - sha1 'be2954a7ef7b1cb0bbb2ec1ac07371b5847a9ce6' + url 'http://downloads.sourceforge.net/yarp0/yarp-2.3.20.tar.gz' + sha1 '7c9283bfe07b4da2f7c92ec584497d66248adb42' head 'https://yarp0.svn.sourceforge.net/svnroot/yarp0/trunk/yarp2' @@ -35,6 +35,9 @@ class Yarp < Formula -DENABLE_yarpcar_priority_carrier=TRUE -DCREATE_IDLS=TRUE -DENABLE_yarpidl_thrift=TRUE + -DCREATE_YARPVIEW=TRUE + -DCREATE_YARPSCOPE=TRUE + -DCREATE_GYARPMANAGER=TRUE .] system "cmake", *args |
