Skip to content
Snippets Groups Projects
Commit e1fd4cc8 authored by Takuya Noguchi's avatar Takuya Noguchi
Browse files

Update libyaml to 0.2.5


Bump libyaml version from 0.1.7 to 0.2.5.

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>

Changelog: other
parent f32006e8
1 merge request!82CI/CD: do not build for MRs
#
# Copyright 2012-2015 Chef Software, Inc.
# Copyright:: Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
......@@ -15,7 +15,7 @@
#
name 'libyaml'
default_version '0.1.7'
default_version '0.2.5'
license 'MIT'
license_file 'LICENSE'
......@@ -24,5 +24,6 @@
dependency 'config_guess'
version("0.1.7") { source sha256: "8088e457264a98ba451a90b8661fcb4f9d6f478f7265d48322a196cec2480729" }
# versions_list: https://pyyaml.org/download/libyaml/ filter=*.tar.gz
version('0.2.5') { source sha256: 'c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4' }
......@@ -28,5 +29,5 @@
source url: "http://pyyaml.org/download/libyaml/yaml-#{version}.tar.gz"
source url: "https://pyyaml.org/download/libyaml/yaml-#{version}.tar.gz"
relative_path "yaml-#{version}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment