diff options
| author | Brett Koonce | 2013-04-22 15:54:28 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-04-22 23:33:33 -0500 |
| commit | 349def41f12ebca84ff1e7370ce0aef619aa3e9b (patch) | |
| tree | 9b1c6a4cdb7ebf95e514160de07873c713416946 /Library/Formula | |
| parent | dc4af51868cb1e07efa8ee77be308d75662265d2 (diff) | |
| download | homebrew-349def41f12ebca84ff1e7370ce0aef619aa3e9b.tar.bz2 | |
yaml-cpp 0.5.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/yaml-cpp.rb | 4 |
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' |
