From b855ab5e047710b7c1a87884bd2407f2d97d2bae Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Mon, 7 Apr 2014 14:05:14 +0200 Subject: [PATCH] Use omnibus-ruby 1.x syntax --- config/software/libyaml.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/software/libyaml.rb b/config/software/libyaml.rb index a9ca675..3ec4bb8 100644 --- a/config/software/libyaml.rb +++ b/config/software/libyaml.rb @@ -1,5 +1,6 @@ # # Copyright:: Copyright (c) 2012-2014 Chef Software, Inc. +# Copyright:: Copyright (c) 2014 GitLab BV # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -16,7 +17,7 @@ # name "libyaml" -default_version '0.1.6' +version '0.1.6' source :url => "http://pyyaml.org/download/libyaml/yaml-#{version}.tar.gz", :md5 => '5fe00cda18ca5daeb43762b80c38e06e' -- libgit2 0.21.2