Commit b855ab5e047710b7c1a87884bd2407f2d97d2bae
1 parent
cdec5c2d
Exists in
6-7-stable-ee
and in
1 other branch
Use omnibus-ruby 1.x syntax
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
config/software/libyaml.rb
1 | # | 1 | # |
2 | # Copyright:: Copyright (c) 2012-2014 Chef Software, Inc. | 2 | # Copyright:: Copyright (c) 2012-2014 Chef Software, Inc. |
3 | +# Copyright:: Copyright (c) 2014 GitLab BV | ||
3 | # License:: Apache License, Version 2.0 | 4 | # License:: Apache License, Version 2.0 |
4 | # | 5 | # |
5 | # Licensed under the Apache License, Version 2.0 (the "License"); | 6 | # Licensed under the Apache License, Version 2.0 (the "License"); |
@@ -16,7 +17,7 @@ | @@ -16,7 +17,7 @@ | ||
16 | # | 17 | # |
17 | 18 | ||
18 | name "libyaml" | 19 | name "libyaml" |
19 | -default_version '0.1.6' | 20 | +version '0.1.6' |
20 | 21 | ||
21 | source :url => "http://pyyaml.org/download/libyaml/yaml-#{version}.tar.gz", | 22 | source :url => "http://pyyaml.org/download/libyaml/yaml-#{version}.tar.gz", |
22 | :md5 => '5fe00cda18ca5daeb43762b80c38e06e' | 23 | :md5 => '5fe00cda18ca5daeb43762b80c38e06e' |