aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrett Koonce2013-04-22 15:54:28 -0500
committerJack Nagel2013-04-22 23:33:33 -0500
commit349def41f12ebca84ff1e7370ce0aef619aa3e9b (patch)
tree9b1c6a4cdb7ebf95e514160de07873c713416946 /Library
parentdc4af51868cb1e07efa8ee77be308d75662265d2 (diff)
downloadhomebrew-349def41f12ebca84ff1e7370ce0aef619aa3e9b.tar.bz2
yaml-cpp 0.5.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/yaml-cpp.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/yaml-cpp.rb b/Library/Formula/yaml-cpp.rb
index cf643e24a..d3aae5452 100644
--- a/Library/Formula/yaml-cpp.rb
+++ b/Library/Formula/yaml-cpp.rb
@@ -2,8 +2,8 @@ require 'formula'
class YamlCpp < Formula
homepage 'http://code.google.com/p/yaml-cpp/'
- url 'http://yaml-cpp.googlecode.com/files/yaml-cpp-0.5.0.tar.gz'
- sha1 '575ece77122bffc392e6e9bc7389a1efcdb6bc97'
+ url 'http://yaml-cpp.googlecode.com/files/yaml-cpp-0.5.1.tar.gz'
+ sha1 '9c5414b4090491e96d1b808fe8628b31e625fdaa'
depends_on 'cmake' => :build
depends_on 'boost'