yaml-cpp 0.5.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
0e6d13eeef
commit
847749f2f5
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue