Commit b855ab5e047710b7c1a87884bd2407f2d97d2bae

Authored by Jacob Vosmaer
1 parent cdec5c2d

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 2 # Copyright:: Copyright (c) 2012-2014 Chef Software, Inc.
  3 +# Copyright:: Copyright (c) 2014 GitLab BV
3 4 # License:: Apache License, Version 2.0
4 5 #
5 6 # Licensed under the Apache License, Version 2.0 (the "License");
... ... @@ -16,7 +17,7 @@
16 17 #
17 18  
18 19 name "libyaml"
19   -default_version '0.1.6'
  20 +version '0.1.6'
20 21  
21 22 source :url => "http://pyyaml.org/download/libyaml/yaml-#{version}.tar.gz",
22 23 :md5 => '5fe00cda18ca5daeb43762b80c38e06e'
... ...