aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrett Koonce2014-07-20 19:26:38 -0700
committerBrett Koonce2014-07-20 21:59:17 -0700
commitb91017ff3172ed9deadd28a83aeec06f28014525 (patch)
tree77ceb1bb02941a3cde932000b7d4cda6b1c93150 /Library
parentc70db739856041f34e5f4736304da9162febd5ce (diff)
downloadhomebrew-b91017ff3172ed9deadd28a83aeec06f28014525.tar.bz2
yarp 2.3.63
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/yarp.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/yarp.rb b/Library/Formula/yarp.rb
index 83e5450f3..e68b9b4e9 100644
--- a/Library/Formula/yarp.rb
+++ b/Library/Formula/yarp.rb
@@ -3,8 +3,8 @@ require "formula"
class Yarp < Formula
homepage "http://yarp.it"
head "https://github.com/robotology/yarp.git"
- url "https://github.com/robotology/yarp/archive/v2.3.62.tar.gz"
- sha1 "148fc9d77cc4b68119c31066b452e9607de0f066"
+ url "https://github.com/robotology/yarp/archive/v2.3.63.tar.gz"
+ sha1 "bef87cf5e53c1dc5b9fe4de90022cb8285405fa2"
option "without-shared", "Build only static version of YARP libraries"